Commit 934bd784 by Tuukka Kivilahti

nothing, absolutly nothing

1 parent 233932df
...@@ -115,7 +115,7 @@ public class RoleView { ...@@ -115,7 +115,7 @@ public class RoleView {
*/ */
public DataModel<Role> getPossibleParents() { public DataModel<Role> getPossibleParents() {
possibleParents = new ListDataModel<Role>(roleBean.getPossibleParents(role)); possibleParents = new ListDataModel<Role>(roleBean.getPossibleParents(role));
return possibleParents; return possibleParents;
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!