Description
/** Return an immutable Set of the names of all active fetch groups. */
Set getGroups();
It's immutable.
Maybe the javadoc needs improvement.
/**
- Return the names of all active fetch groups.
- @return the names of active fetch groups
- @return the FetchPlan
- @since 2.0
*/
Collection getGroups();