Commit 88faabaa authored by Madhura Bhave's avatar Madhura Bhave

Fix space

parent fa6ee8e3
......@@ -125,7 +125,7 @@ abstract class ArchiveCommand extends OptionParsingCommand {
List<?> nonOptionArguments = new ArrayList<Object>(
options.nonOptionArguments());
Assert.isTrue(nonOptionArguments.size() >= 2, () -> "The name of the "
+ "resulting" + this.type + " and at least one source file must be "
+ "resulting " + this.type + " and at least one source file must be "
+ "specified");
File output = new File((String) nonOptionArguments.remove(0));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment