mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Document a possible null return.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5926 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -699,7 +699,7 @@ public class Group extends DSpaceObject
|
||||
* @param context
|
||||
* @param name
|
||||
*
|
||||
* @return Group
|
||||
* @return the named Group, or null if not found
|
||||
*/
|
||||
public static Group findByName(Context context, String name)
|
||||
throws SQLException
|
||||
|
Reference in New Issue
Block a user