Update CommandLineArgumentParser.java

This commit is contained in:
AhmedAhmedEG
2022-09-28 20:20:33 +02:00
committed by Jindra Petřík
parent 0673974a24
commit 5944eddf16

View File

@@ -2912,7 +2912,7 @@ public class CommandLineArgumentParser {
}
private static void parseReplace(Stack<String> args) {
if (args.size() == 3) {
if (args.size() != 3) {
badArguments("replace");
}