mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
remove trailing whitespaces
This commit is contained in:
@@ -447,12 +447,12 @@ public class XOAI {
|
||||
for (String f : getFileFormats(item)) {
|
||||
doc.addField("metadata.dc.format.mimetype", f);
|
||||
}
|
||||
|
||||
|
||||
// Message output before processing - for debugging purposes
|
||||
if (verbose) {
|
||||
println(String.format("Item %s with handle %s is about to be indexed",
|
||||
item.getID().toString(), handle));
|
||||
}
|
||||
}
|
||||
|
||||
ByteArrayOutputStream out = new ByteArrayOutputStream();
|
||||
XmlOutputContext xmlContext = XmlOutputContext.emptyContext(out, Second);
|
||||
|
Reference in New Issue
Block a user