Raise visibility to allow method to be accessed in subclass.

Signed-off-by: Erik de Bruin <e...@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/55f9f7d2
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/55f9f7d2
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/55f9f7d2

Branch: refs/heads/develop
Commit: 55f9f7d23da30d8a7f199ccf9fbab30731be7b9e
Parents: 775bb94
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Wed Jul 2 16:08:59 2014 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Fri Aug 1 12:59:15 2014 +0200

----------------------------------------------------------------------
 .../src/org/apache/flex/compiler/internal/test/TestBase.java        | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/55f9f7d2/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java
----------------------------------------------------------------------
diff --git 
a/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java 
b/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java
index 6e475fa..959eb5c 100644
--- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java
+++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/TestBase.java
@@ -283,7 +283,6 @@ public class TestBase implements ITestBase
         return compiledFileNames;
     }
 
-    private File getOutputClassFile(String qname, File outputFolder)
     {
         String[] cname = qname.split("\\.");
         String sdirPath = outputFolder + File.separator;

Reply via email to