checkstyle corrections

Former-commit-id: 0d71fe52d044822ed051e7f9692a46bc76abe739
This commit is contained in:
Jeremy Long
2015-05-10 08:30:33 -04:00
parent 17cb96ef41
commit db8bcd8fd6

View File

@@ -344,7 +344,8 @@ public final class CliParser {
.create();
final Option nexusUrl = OptionBuilder.withArgName("url").hasArg().withLongOpt(ARGUMENT.NEXUS_URL)
.withDescription("The url to the Nexus Server's REST API Endpoint (http://domain/nexus/service/local). If not set the Nexus Analyzer will be disabled.")
.withDescription("The url to the Nexus Server's REST API Endpoint (http://domain/nexus/service/local). "
+ "If not set the Nexus Analyzer will be disabled.")
.create();
final Option nexusUsesProxy = OptionBuilder.withArgName("true/false").hasArg().withLongOpt(ARGUMENT.NEXUS_USES_PROXY)