Skip to content

Commit 093ef5e

Browse files
committed
...
1 parent 1493f8f commit 093ef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tools/jackson/dataformat/xml/annotation/JacksonXmlRootElement.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* About the only expected usage may be to have different root name for XML
2323
* content than other formats.
2424
*
25-
* @deprecated Since 2.4 use {@link com.fasterxml.jackson.annotation.JsonRootName} instead
25+
* @deprecated Since 3.0 use {@link com.fasterxml.jackson.annotation.JsonRootName} instead
2626
*/
2727
@Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE})
2828
@Retention(RetentionPolicy.RUNTIME)

0 commit comments

Comments
 (0)