Skip to content

Commit

Permalink
Deprecate a constructor of FullData
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Galiegue <[email protected]>
  • Loading branch information
fge committed May 24, 2014
1 parent 821b37f commit a2488d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public FullData(final SchemaTree schema, final JsonTree instance)
this(schema, instance, false);
}

@Deprecated
public FullData(final SchemaTree schema)
{
this(schema, null);
Expand Down

0 comments on commit a2488d7

Please sign in to comment.