Skip to content

Commit

Permalink
Adjusted javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl committed Oct 12, 2017
1 parent a1f1a73 commit 84a45bf
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -121,8 +121,9 @@ public Collection<DataObject> getHierarchy(SecurityContext ctx, Class rootType,
* @param rootType
* The type of node to handle.
* @param rootIDs
* The ids of the root nodes. Can be <code>null</code>, in which
* case all root nodes the user has access to are loaded.
* The ids of the root nodes. Can be <code>null</code> or empty,
* in which case all root nodes the user has access to are
* loaded.
* @param options
* The retrieval options.
* @return See above.
Expand Down

0 comments on commit 84a45bf

Please sign in to comment.