mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +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 context
|
||||||
* @param name
|
* @param name
|
||||||
*
|
*
|
||||||
* @return Group
|
* @return the named Group, or null if not found
|
||||||
*/
|
*/
|
||||||
public static Group findByName(Context context, String name)
|
public static Group findByName(Context context, String name)
|
||||||
throws SQLException
|
throws SQLException
|
||||||
|
Reference in New Issue
Block a user