Skip to content

Commit

Permalink
prepare-release-1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gracekarina authored and frantuma committed May 29, 2018
1 parent 3b17b92 commit 8bcdae8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,9 @@ else if(model instanceof ModelImpl) {
if(impl.getProperties() != null) {
for(String key : impl.getProperties().keySet()) {
Property property = impl.getProperties().get(key);
if(property instanceof ObjectProperty)
if(property instanceof ObjectProperty) {
property.setName(StringUtils.capitalize(key));
}
Example propExample = fromProperty(property, definitions, processedModels);
ex.put(key, propExample);
}
Expand Down

0 comments on commit 8bcdae8

Please sign in to comment.