mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
Fix typo in method name.
This commit is contained in:
@@ -281,7 +281,7 @@ public class DOIIdentifierProvider
|
||||
DatabaseManager.update(context, doiRow);
|
||||
}
|
||||
|
||||
public void registereOnline(Context context, DSpaceObject dso, String identifier)
|
||||
public void registerOnline(Context context, DSpaceObject dso, String identifier)
|
||||
throws IdentifierException, IllegalArgumentException, SQLException
|
||||
{
|
||||
String doi = DOI.formatIdentifier(identifier);
|
||||
|
Reference in New Issue
Block a user