Browse Source

A typo…

master
Gintas Grigelionis 7 years ago
parent
commit
8f30c476dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/PosixGroupSelector.java

+ 1
- 1
src/main/org/apache/tools/ant/types/selectors/PosixGroupSelector.java View File

@@ -56,7 +56,7 @@ public class PosixGroupSelector implements FileSelector {
* Sets the "follow links" flag. * Sets the "follow links" flag.
* @param followSymlinks the user name * @param followSymlinks the user name
*/ */
public void setFollowSymlinks(String followSyminks) {
public void setFollowSymlinks(String followSymlinks) {
this.followSymlinks = PropertyHelper.toBoolean(followSymlinks); this.followSymlinks = PropertyHelper.toBoolean(followSymlinks);
} }




Loading…
Cancel
Save