File tree 2 files changed +2
-2
lines changed
src/main/java/com/github/fge/jackson
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ javadoc {
50
50
}
51
51
links(" https://docs.oracle.com/javase/7/docs/api/" );
52
52
links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
53
- links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0 /" );
53
+ links(" https://fasterxml.github.io/jackson-databind/javadoc/2.9 /" );
54
54
links(" https://www.javadoc.io/doc/com.google.guava/guava/28.1-android/" );
55
55
links(" https://java-json-tools.github.io/msg-simple/" );
56
56
}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ public static String prettyPrint(final JsonNode node)
142
142
*
143
143
* <ul>
144
144
* <li>{@link DeserializationFeature#USE_BIG_DECIMAL_FOR_FLOATS};</li>
145
- * <li>{@link JsonGenerator.Feature#WRITE_BIGDECIMAL_AS_PLAIN};</li>
145
+ * <li>{@link com.fasterxml.jackson.core. JsonGenerator.Feature#WRITE_BIGDECIMAL_AS_PLAIN};</li>
146
146
* <li>{@link SerializationFeature#INDENT_OUTPUT}.</li>
147
147
* </ul>
148
148
*
You can’t perform that action at this time.
0 commit comments