diff --git a/components/blitz/src/omero/gateway/facility/BrowseFacility.java b/components/blitz/src/omero/gateway/facility/BrowseFacility.java index c9aeef9377a..bc18c2f74ed 100644 --- a/components/blitz/src/omero/gateway/facility/BrowseFacility.java +++ b/components/blitz/src/omero/gateway/facility/BrowseFacility.java @@ -113,19 +113,24 @@ public Collection getHierarchy(SecurityContext ctx, Class rootType, } /** - * Retrieves hierarchy trees rooted by a given node. - * i.e. the requested node as root and all of its descendants. + * Retrieves hierarchy trees rooted by a given node. i.e. the requested node + * as root and all of its descendants. * - * @param ctx The security context. - * @param rootType The type of node to handle. - * @param rootIDs The node's id. - * @param options The retrieval options. + * @param ctx + * The security context. + * @param rootType + * The type of node to handle. + * @param rootIDs + * The ids of the root nodes. Can be null, in which + * case all root nodes the user has access to are loaded. + * @param options + * The retrieval options. * @return See above. * @throws DSOutOfServiceException * If the connection is broken, or not logged in * @throws DSAccessException * If an error occurred while trying to retrieve data from OMERO - * service. + * service. */ public Collection getHierarchy(SecurityContext ctx, Class rootType, List rootIDs, Parameters options)