mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
removed unused local variable
Former-commit-id: 8fceb153a589891e4071a53ba5a9bd92a8d64be2
This commit is contained in:
@@ -340,8 +340,6 @@ public final class CliParser {
|
|||||||
*/
|
*/
|
||||||
public void printHelp() {
|
public void printHelp() {
|
||||||
final HelpFormatter formatter = new HelpFormatter();
|
final HelpFormatter formatter = new HelpFormatter();
|
||||||
final String nl = System.getProperty("line.separator");
|
|
||||||
|
|
||||||
final Options options = new Options();
|
final Options options = new Options();
|
||||||
addStandardOptions(options);
|
addStandardOptions(options);
|
||||||
if (line != null && line.hasOption(ArgumentName.ADVANCED_HELP)) {
|
if (line != null && line.hasOption(ArgumentName.ADVANCED_HELP)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user