mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
Code cleanup.
This commit is contained in:
@@ -150,12 +150,6 @@ public class DOIIdentifierProvider
|
||||
@Override
|
||||
public void register(Context context, DSpaceObject dso, String identifier)
|
||||
throws IdentifierException
|
||||
{
|
||||
this.registerDOI(context, dso, identifier);
|
||||
}
|
||||
|
||||
private void registerDOI(Context context, DSpaceObject dso, String identifier)
|
||||
throws IdentifierException
|
||||
{
|
||||
String doi = formatIdentifier(identifier);
|
||||
|
||||
|
Reference in New Issue
Block a user