Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 17, 2020
2 parents b57a839 + 92f4e7e commit 127e79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
@@ -1,6 +1,6 @@
[*]
charset = utf-8
end_of_line = crlf
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = false
Expand Down
Expand Up @@ -66,6 +66,7 @@ public IW createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?>

if (childItem == null) {
childItem = (I) parent.getNewValue().findOrCreateItem(name);
childItem.setDefinition(def);
}

return createWrapper(parent, childItem, status, context);
Expand Down

0 comments on commit 127e79d

Please sign in to comment.