Skip to content

Commit 35fec93

Browse files
committed
remove obsolete comments
1 parent 6da792b commit 35fec93

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/com/fasterxml/jackson/databind/node/JsonNodeFactory.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
* to behavior of node types, mostly) is needed.
1414
*/
1515
public class JsonNodeFactory
16-
implements java.io.Serializable, // since 2.1
17-
JsonNodeCreator // since 2.3
16+
implements java.io.Serializable,
17+
JsonNodeCreator
1818
{
19-
// with 2.2
2019
private static final long serialVersionUID = 1L;
2120

2221
private final boolean _cfgBigDecimalExact;

0 commit comments

Comments
 (0)