Skip to content

Commit

Permalink
minor fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenoh committed Dec 14, 2016
1 parent 1f29ffa commit 9a7d0e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private AbstractNode buildNode( FieldMap fieldMap, Class<?> klass, Object object

for ( String fieldKey : fieldMap.keySet() )
{
AbstractNode child;
AbstractNode child = null;
Property property = schema.getProperty( fieldKey );

if ( property == null || !property.isReadable() )
Expand Down

0 comments on commit 9a7d0e8

Please sign in to comment.