Skip to content

Commit a2488d7

Browse files
committed
Deprecate a constructor of FullData
Signed-off-by: Francis Galiegue <[email protected]>
1 parent 821b37f commit a2488d7

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/github/fge/jsonschema/processors/data

1 file changed

+1
-0
lines changed

src/main/java/com/github/fge/jsonschema/processors/data/FullData.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public FullData(final SchemaTree schema, final JsonTree instance)
6161
this(schema, instance, false);
6262
}
6363

64+
@Deprecated
6465
public FullData(final SchemaTree schema)
6566
{
6667
this(schema, null);

0 commit comments

Comments
 (0)