Browse Source

javadocs

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395400 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
3c3db68810
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/resources/ArchiveResource.java

+ 1
- 1
src/main/org/apache/tools/ant/types/resources/ArchiveResource.java View File

@@ -84,7 +84,7 @@ public abstract class ArchiveResource extends Resource {

/**
* Sets the file or dir mode for this resource.
* @param integer representation of Unix permission mask.
* @param mode integer representation of Unix permission mask.
*/
public void setMode(int mode) {
checkAttributesAllowed();


Loading…
Cancel
Save