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:
Mark Wood
2010-12-07 17:32:02 +00:00
parent 0074ed903e
commit 2539c121a0

View File

@@ -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