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 2017/05/01 03:47:38 UTC

[12/38] git commit: [flex-falcon] [refs/heads/develop] - fix ASDoc

fix ASDoc


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

Branch: refs/heads/develop
Commit: de1e480d485faa83e212b31df18ccaabf65c04c0
Parents: af7cd26
Author: Alex Harui <ah...@apache.org>
Authored: Fri Feb 10 13:54:57 2017 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Feb 10 13:54:57 2017 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/de1e480d/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java
----------------------------------------------------------------------
diff --git a/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java b/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java
index 2c8660f..b4cef6a 100644
--- a/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java
+++ b/compiler-jx/src/main/java/org/apache/flex/compiler/clients/ASDOCJSC.java
@@ -58,7 +58,7 @@ import org.apache.flex.compiler.units.ICompilationUnit;
  * @author Erik de Bruin
  * @author Michael Schmalle
  */
-public class ASDOCJSC extends MXMLJSC
+public class ASDOCJSC extends MXMLJSCFlex
 {
     /*
      * Exit code enumerations.
@@ -117,7 +117,7 @@ public class ASDOCJSC extends MXMLJSC
         {
             if (s.contains("js-output-type"))
             {
-                jsOutputType = JSOutputType.fromString(s.split("=")[1]);
+                jsOutputType = MXMLJSC.JSOutputType.fromString(s.split("=")[1]);
 
                 switch (jsOutputType)
                 {