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:35 UTC

[09/38] git commit: [flex-falcon] [refs/heads/develop] - COMPCJSCs have to extend their respective MXMLJSCs

COMPCJSCs have to extend their respective MXMLJSCs


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

Branch: refs/heads/develop
Commit: 1a1a41070357ad513a853e6d231a1d38a83acf33
Parents: 4d0e513
Author: Alex Harui <ah...@apache.org>
Authored: Mon Feb 6 16:09:23 2017 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Feb 6 16:09:23 2017 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/flex/compiler/clients/COMPJSCFlex.java    | 2 +-
 .../main/java/org/apache/flex/compiler/clients/COMPJSCNative.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1a1a4107/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCFlex.java
----------------------------------------------------------------------
diff --git a/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCFlex.java b/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCFlex.java
index dead1c3..c403bbc 100644
--- a/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCFlex.java
+++ b/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCFlex.java
@@ -70,7 +70,7 @@ import org.apache.flex.swc.io.SWCReader;
  * @author Erik de Bruin
  * @author Michael Schmalle
  */
-public class COMPJSCFlex extends MXMLJSC
+public class COMPJSCFlex extends MXMLJSCFlex
 {
     /*
      * Exit code enumerations.

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1a1a4107/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCNative.java
----------------------------------------------------------------------
diff --git a/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCNative.java b/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCNative.java
index 7517a63..c578249 100644
--- a/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCNative.java
+++ b/compiler-jx/src/main/java/org/apache/flex/compiler/clients/COMPJSCNative.java
@@ -71,7 +71,7 @@ import org.apache.flex.swc.io.SWCReader;
  * @author Erik de Bruin
  * @author Michael Schmalle
  */
-public class COMPJSCNative extends MXMLJSC
+public class COMPJSCNative extends MXMLJSCNative
 {
     /*
      * Exit code enumerations.