This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch feature/rename
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 320a3dfa7376c24a8e4ef19efa2fa80616b3b750
Author: Alex Harui <aha...@apache.org>
AuthorDate: Wed Nov 22 12:32:20 2017 -0800

    allow use of SWFDump for testing
---
 compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java 
b/compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java
index 951bcc1..228025f 100644
--- a/compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java
+++ b/compiler/src/main/java/org/apache/royale/swf/io/SWFDump.java
@@ -2362,7 +2362,7 @@ public final class SWFDump
     }
 
     // options
-    static boolean abcOption = false;
+    public static boolean abcOption = false;
     static boolean encodeOption = false;
     static boolean showActionsOption = true;
     static boolean showOffsetOption = false;

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <commits@royale.apache.org>.

Reply via email to