Skip to content

Commit ac5d221

Browse files
committed
Improved javadoc
1 parent b9a7316 commit ac5d221

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/codehaus/plexus/archiver/Archiver.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ ResourceIterator getResources()
264264
void setDuplicateBehavior( String duplicate );
265265

266266
/**
267+
* For java7 and above, new java method will be used, regardless of this setting
267268
* to use or not the jvm method for file permissions : user all <b>not active for group permissions</b>
268269
*
269270
* @since 1.1
@@ -272,6 +273,7 @@ ResourceIterator getResources()
272273
void setUseJvmChmod( boolean useJvmChmod );
273274

274275
/**
276+
* For java7 and above, new java method will be used, regardless of this setting
275277
* @since 1.1
276278
* @return
277279
*/

0 commit comments

Comments
 (0)