mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
removed unused local variable
Former-commit-id: e8f50ee25c4c3eb847bf8cf3193658e910f7642e
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