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/03 12:05:26 UTC

[2/3] git commit: [flex-falcon] [refs/heads/develop] - Raise visibility of members to allow override.

Raise visibility of members to allow override.

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/d2d5fb7b
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d2d5fb7b
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d2d5fb7b

Branch: refs/heads/develop
Commit: d2d5fb7bd079a8f8ed1cd2506e69abf73f04a6c6
Parents: 16395dc
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sun Aug 3 12:04:12 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Sun Aug 3 12:04:12 2014 +0200

----------------------------------------------------------------------
 .../compiler/internal/driver/js/goog/JSGoogConfiguration.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d2d5fb7b/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/goog/JSGoogConfiguration.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/goog/JSGoogConfiguration.java b/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/goog/JSGoogConfiguration.java
index 5606226..d54809d 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/goog/JSGoogConfiguration.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/goog/JSGoogConfiguration.java
@@ -55,7 +55,7 @@ public class JSGoogConfiguration extends JSConfiguration
     // 'closure-lib'
     //
 
-    private String closureLib = "";
+    protected String closureLib = "";
 
     public String getClosureLib()
     {
@@ -211,7 +211,7 @@ public class JSGoogConfiguration extends JSConfiguration
         strictPublish = value;
     }
 
-    private String getAbsolutePathFromPathRelativeToMXMLC(String relativePath)
+    protected String getAbsolutePathFromPathRelativeToMXMLC(String relativePath)
         throws IOException
     {
         String mxmlcURL = MXMLJSC.class.getProtectionDomain().getCodeSource()