mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
DS-2919: Remove unnecessary line of code from RDFizer.
This commit is contained in:
@@ -489,7 +489,6 @@ public class RDFizer {
|
||||
builder.append(argument);
|
||||
}
|
||||
String argumentsLine = builder.toString().trim();
|
||||
argumentsLine.substring(0, argumentsLine.length() - 1);
|
||||
System.err.print("Cannot recognize the following argument");
|
||||
if (remainingArgs.length >= 2) System.err.print("s");
|
||||
System.err.println(": " + argumentsLine + ".");
|
||||
|
Reference in New Issue
Block a user