Skip to content

Commit b9991b2

Browse files
committed
update javadoc as per #48
1 parent 9e37401 commit b9991b2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

datetime/src/main/java/com/fasterxml/jackson/datatype/jsr310/JavaTimeModule.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
* mapper.registerModule(new JavaTimeModule());
8888
* </pre>
8989
*<p>
90-
* Note that as of 2.6, this module does NOT support auto-registration, because of existence
91-
* of legacy version, {@link JSR310Module}.
90+
* Note that as of 2.x, if auto-registering modules, this package will register
91+
* legacy version, {@link JSR310Module}, and NOT this module. 3.x will change the efaults.
9292
* Legacy version has the same functionality, but slightly different default configuration:
9393
* see {@link com.fasterxml.jackson.datatype.jsr310.JSR310Module} for details.
9494
*<p>
@@ -121,7 +121,9 @@
121121
*
122122
* @author Nick Williams
123123
* @author Zoltan Kiss
124-
* @since 2.6.0
124+
*
125+
* @since 2.6
126+
*
125127
* @see com.fasterxml.jackson.datatype.jsr310.ser.key.Jsr310NullKeySerializer
126128
*/
127129
@SuppressWarnings("javadoc")

0 commit comments

Comments
 (0)