mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Document the IdentifierProvider interface
This commit is contained in:
@@ -131,5 +131,6 @@ public abstract class IdentifierProvider {
|
||||
* @param object to be identified.
|
||||
* @param identifier to be created.
|
||||
*/
|
||||
public abstract void register(Context context, DSpaceObject object, String identifier) throws IdentifierException;
|
||||
public abstract void register(Context context, DSpaceObject object, String identifier)
|
||||
throws IdentifierException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user