You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/05/24 20:17:31 UTC

ant git commit: A typo…

Repository: ant
Updated Branches:
  refs/heads/master cd1ce377d -> 8f30c476d


A typo…

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8f30c476
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/8f30c476
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8f30c476

Branch: refs/heads/master
Commit: 8f30c476dd9095c50540b5fb96711d58fe8bf217
Parents: cd1ce37
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Thu May 24 22:17:18 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Thu May 24 22:17:18 2018 +0200

----------------------------------------------------------------------
 .../org/apache/tools/ant/types/selectors/PosixGroupSelector.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/8f30c476/src/main/org/apache/tools/ant/types/selectors/PosixGroupSelector.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/types/selectors/PosixGroupSelector.java b/src/main/org/apache/tools/ant/types/selectors/PosixGroupSelector.java
index 4dfa7ec..cdfc612 100644
--- a/src/main/org/apache/tools/ant/types/selectors/PosixGroupSelector.java
+++ b/src/main/org/apache/tools/ant/types/selectors/PosixGroupSelector.java
@@ -56,7 +56,7 @@ public class PosixGroupSelector implements FileSelector {
      * Sets the "follow links" flag.
      * @param followSymlinks the user name
      */
-    public void setFollowSymlinks(String followSyminks) {
+    public void setFollowSymlinks(String followSymlinks) {
         this.followSymlinks = PropertyHelper.toBoolean(followSymlinks);
     }