You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/04/06 17:02:58 UTC

[49/50] git commit: [flex-falcon] [refs/heads/master] - typo

typo


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

Branch: refs/heads/master
Commit: 80e344aa53b4c28852d1e1c4e1bbb10f53039415
Parents: a5b8b0f
Author: Alex Harui <ah...@apache.org>
Authored: Thu Mar 24 21:57:27 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Mar 24 21:57:38 2016 -0700

----------------------------------------------------------------------
 compiler/src/org/apache/flex/compiler/config/Configuration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/80e344aa/compiler/src/org/apache/flex/compiler/config/Configuration.java
----------------------------------------------------------------------
diff --git a/compiler/src/org/apache/flex/compiler/config/Configuration.java b/compiler/src/org/apache/flex/compiler/config/Configuration.java
index 6516464..d7f9465 100644
--- a/compiler/src/org/apache/flex/compiler/config/Configuration.java
+++ b/compiler/src/org/apache/flex/compiler/config/Configuration.java
@@ -2334,7 +2334,7 @@ public class Configuration
     }
 
     @Config
-    @Mapping({ "compiler", "allow-subclass-override" })
+    @Mapping({ "compiler", "allow-subclass-overrides" })
     @FlexOnly
     public void setCompilerAllowSubclassOverrides(ConfigurationValue cv, Boolean allow) throws ConfigurationException
     {