You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/08/07 12:50:04 UTC

[2/6] git commit: [flex-falcon] [refs/heads/develop] - Increase visibility of 'jsOutputType' to allow use in subclass.

Increase visibility of 'jsOutputType' to allow use in subclass.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 58142020c951c147c607dc1fbfeb32b8dd56892b
Parents: 120460b
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Thu Aug 7 11:26:09 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Aug 7 11:26:09 2014 +0200

----------------------------------------------------------------------
 compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java | 4 ++--
 compiler.jx/src/org/apache/flex/compiler/clients/MXMLJSC.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/58142020/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java b/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java
index 97001f7..18f61fa 100644
--- a/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java
+++ b/compiler.jx/src/org/apache/flex/compiler/clients/COMPJSC.java
@@ -19,6 +19,8 @@
 
 package org.apache.flex.compiler.clients;
 
+import static org.apache.flex.compiler.clients.MXMLJSC.jsOutputType;
+
 import java.io.BufferedOutputStream;
 import java.io.File;
 import java.io.FileNotFoundException;
@@ -80,8 +82,6 @@ public class COMPJSC extends MXMLJSC
         final int code;
     }
 
-    private static JSOutputType jsOutputType;
-
     /**
      * Java program entry point.
      * 

http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/58142020/compiler.jx/src/org/apache/flex/compiler/clients/MXMLJSC.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/clients/MXMLJSC.java b/compiler.jx/src/org/apache/flex/compiler/clients/MXMLJSC.java
index 73f92e5..0e1c0a7 100644
--- a/compiler.jx/src/org/apache/flex/compiler/clients/MXMLJSC.java
+++ b/compiler.jx/src/org/apache/flex/compiler/clients/MXMLJSC.java
@@ -139,7 +139,7 @@ public class MXMLJSC
         final int code;
     }
 
-    private static JSOutputType jsOutputType;
+    protected static JSOutputType jsOutputType;
 
     /**
      * Java program entry point.