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 25, 2014
1 parent 6faa665 commit 71e12ae
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 71e12ae

Please sign in to comment.