Fix space

This commit is contained in:
Madhura Bhave
2018-03-26 12:30:26 -07:00
parent fa6ee8e34d
commit 88faabaa63

View File

@@ -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));