mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00
DS-3154: Fix some of the Javadocs errors in dspace-api
This commit is contained in:
@@ -271,7 +271,7 @@ public class GroupServiceImpl extends DSpaceObjectServiceImpl<Group> implements
|
||||
return groupDAO.findByName(context, name);
|
||||
}
|
||||
|
||||
/** DEPRECATED: Please use findAll(Context context, List<MetadataField> metadataSortFields) instead */
|
||||
/** DEPRECATED: Please use {@code findAll(Context context, List<MetadataField> metadataSortFields)} instead */
|
||||
@Override
|
||||
@Deprecated
|
||||
public List<Group> findAll(Context context, int sortField) throws SQLException {
|
||||
|
Reference in New Issue
Block a user