We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a08574 commit e3a2cb6Copy full SHA for e3a2cb6
src/main/java/org/codehaus/plexus/archiver/zip/AddedDirs.java
@@ -88,7 +88,7 @@ public void clear()
88
*
89
* @param vPath The path to add.
90
91
- * @return true if the path was not present, false if it already existed.
+ * @return true if the path was already present, false if it has been added.
92
*/
93
public boolean update( String vPath )
94
{
0 commit comments