From 480fa50af58726b7092378913ce646ae9eddebfa Mon Sep 17 00:00:00 2001 From: Anthony Whitford Date: Mon, 7 Sep 2015 17:01:24 -0700 Subject: [PATCH] Corrected Javadoc to eliminate warning. --- .../src/main/java/org/owasp/dependencycheck/App.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java b/dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java index ca5aa8e77..520c85009 100644 --- a/dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java +++ b/dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java @@ -416,7 +416,7 @@ public class App { } /** - * Takes a path and resolves it to be a canonical & absolute path. The caveats are that this method will take an Ant style + * Takes a path and resolves it to be a canonical & absolute path. The caveats are that this method will take an Ant style * file selector path (../someDir/**\/*.jar) and convert it to an absolute/canonical path (at least to the left of the first * * or ?). *