mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +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);
|
builder.append(argument);
|
||||||
}
|
}
|
||||||
String argumentsLine = builder.toString().trim();
|
String argumentsLine = builder.toString().trim();
|
||||||
argumentsLine.substring(0, argumentsLine.length() - 1);
|
|
||||||
System.err.print("Cannot recognize the following argument");
|
System.err.print("Cannot recognize the following argument");
|
||||||
if (remainingArgs.length >= 2) System.err.print("s");
|
if (remainingArgs.length >= 2) System.err.print("s");
|
||||||
System.err.println(": " + argumentsLine + ".");
|
System.err.println(": " + argumentsLine + ".");
|
||||||
|
Reference in New Issue
Block a user