mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
fix conflict
This commit is contained in:
@@ -841,7 +841,7 @@ public class DOIIdentifierProvider
|
||||
// We need to generate a new DOI.
|
||||
doi = doiService.create(context);
|
||||
doiIdentifier = this.getPrefix() + "/" + this.getNamespaceSeparator() +
|
||||
doi.getId();
|
||||
doi.getID();
|
||||
}
|
||||
|
||||
// prepare new doiRow
|
||||
|
Reference in New Issue
Block a user