Skip to content

Commit dcb5257

Browse files
committed
minor javadoc fix
1 parent d6ba346 commit dcb5257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/PropertyNamingStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ protected static String translateLowerCaseWithSeparator(final String input, fina
299299
* <li>&quot;user__name&quot; is translated to &quot;user__name&quot;
300300
* (unchanged, with two underscores)</li></ul>
301301
*
302-
* @since 2.7 (was previously called }
302+
* @since 2.7 (was previously called {@link LowerCaseWithUnderscoresStrategy})
303303
*/
304304
public static class SnakeCaseStrategy extends PropertyNamingStrategyBase
305305
{

0 commit comments

Comments
 (0)