Skip to content

Commit

Permalink
Merge pull request #27 from ehrbase/flattener-fix
Browse files Browse the repository at this point in the history
Update Flattener.java
  • Loading branch information
stefanspiska authored Apr 21, 2020
2 parents 204b549 + 1b5a11b commit 35c2f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/ehrbase/client/flattener/Flattener.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ private void setFieldFromPath(Object dto, RMObject locatable, String path, Field
}
writeField(field, dto, dtoList);
} else {
if (child == null) // field is done
return;
handleSingleField(dto, field, child);
}

Expand Down

0 comments on commit 35c2f9e

Please sign in to comment.