You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2015/11/18 18:53:04 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fixed small merge error/typo

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 85e9da6dd -> aee1a2fa0


Fixed small merge error/typo


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/aee1a2fa
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/aee1a2fa
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/aee1a2fa

Branch: refs/heads/develop
Commit: aee1a2fa04736467f80fcfe3d167e81c46583e31
Parents: 85e9da6
Author: Harbs <ha...@in-tools.com>
Authored: Wed Nov 18 19:52:58 2015 +0200
Committer: Harbs <ha...@in-tools.com>
Committed: Wed Nov 18 19:52:58 2015 +0200

----------------------------------------------------------------------
 modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/aee1a2fa/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java
----------------------------------------------------------------------
diff --git a/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java b/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java
index 140be96..7dce29d 100644
--- a/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java
+++ b/modules/antTasks/src/flex/ant/types/FlexSwcFileSet.java
@@ -33,7 +33,7 @@ public class FlexSwcFileSet extends FlexFileSet
 		super(spec, dirs);
 	}
 
-	// Only accept directories, and *.swc and *.ane files
+	// Only accept directories, *.swc and *.ane files
     protected void addFiles(File base, String[] files, Commandline cmdl)
     {
         FileUtils utils = FileUtils.getFileUtils();