Skip to content

Commit e3a2cb6

Browse files
gnodetplamentotev
authored andcommitted
Update javadoc according to the code
Closes #157
1 parent 8a08574 commit e3a2cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/plexus/archiver/zip/AddedDirs.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void clear()
8888
*
8989
* @param vPath The path to add.
9090
*
91-
* @return true if the path was not present, false if it already existed.
91+
* @return true if the path was already present, false if it has been added.
9292
*/
9393
public boolean update( String vPath )
9494
{

0 commit comments

Comments
 (0)