Skip to content

Commit

Permalink
Fix redundant Javadoc phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 12, 2025
1 parent 6177b35 commit 25c1085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ protected Object interpolate(final Object value) {
* interpolate key names to handle ${key} stuff
*
* @param base string to interpolate
* @return returns the key name with the ${key} substituted
* @return the key name with the ${key} substituted
*/
protected String interpolate(final String base) {
return Objects.toString(interpolate((Object) base), null);
Expand Down

0 comments on commit 25c1085

Please sign in to comment.