Corrected Javadoc to eliminate warning.

This commit is contained in:
Anthony Whitford
2015-09-07 17:01:24 -07:00
parent b51731d15f
commit 480fa50af5

View File

@@ -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 ?).
*