mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
More silly whitespace
This commit is contained in:
@@ -919,7 +919,7 @@ public class OAIHarvester {
|
||||
return errorSet;
|
||||
}
|
||||
|
||||
// Next, make sure the metadata we need is supported by the target server
|
||||
// Next, make sure the metadata we need is supported by the target server
|
||||
Namespace DMD_NS = OAIHarvester.getDMDNamespace(metaPrefix);
|
||||
if (null == DMD_NS)
|
||||
{
|
||||
@@ -927,8 +927,8 @@ public class OAIHarvester {
|
||||
return errorSet;
|
||||
}
|
||||
|
||||
String OREOAIPrefix = null;
|
||||
String DMDOAIPrefix = null;
|
||||
String OREOAIPrefix = null;
|
||||
String DMDOAIPrefix = null;
|
||||
|
||||
try {
|
||||
OREOAIPrefix = OAIHarvester.oaiResolveNamespaceToPrefix(oaiSource, ORE_NS.getURI());
|
||||
|
Reference in New Issue
Block a user