Skip to content

Commit 9ae15a1

Browse files
committed
Comment fix
1 parent 1e7b1d3 commit 9ae15a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/annotation/JsonTypeInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public enum As {
341341
* @deprecated Since 2.5, use any Annotation type (such as {@link JsonTypeInfo}),
342342
* if such behavior is needed; this is rarely necessary.
343343
*/
344-
@Deprecated
344+
@Deprecated // since 2.5
345345
public abstract static class None {}
346346

347347
/**

0 commit comments

Comments
 (0)