We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da792b commit 35fec93Copy full SHA for 35fec93
src/main/java/com/fasterxml/jackson/databind/node/JsonNodeFactory.java
@@ -13,10 +13,9 @@
13
* to behavior of node types, mostly) is needed.
14
*/
15
public class JsonNodeFactory
16
- implements java.io.Serializable, // since 2.1
17
- JsonNodeCreator // since 2.3
+ implements java.io.Serializable,
+ JsonNodeCreator
18
{
19
- // with 2.2
20
private static final long serialVersionUID = 1L;
21
22
private final boolean _cfgBigDecimalExact;
0 commit comments