diff options
author | aclement <aclement> | 2004-08-04 14:01:48 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-08-04 14:01:48 +0000 |
commit | 166bab2ee66ec2d8cec0ac924e88f8c675beb7f8 (patch) | |
tree | 931d4047fc98207378c9de99d827c7442868e7ff /ajde | |
parent | 88a602a39d9e8f6872b65c310b4c6c83028f074b (diff) | |
download | aspectj-166bab2ee66ec2d8cec0ac924e88f8c675beb7f8.tar.gz aspectj-166bab2ee66ec2d8cec0ac924e88f8c675beb7f8.zip |
Argh! Surely this will fix the build
Diffstat (limited to 'ajde')
-rw-r--r-- | ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java b/ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java index 8127ad3cb..04223ebf8 100644 --- a/ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java +++ b/ajde/testsrc/org/aspectj/ajde/ShowWeaveMessagesTestCase.java @@ -59,6 +59,8 @@ import org.aspectj.util.FileUtil; * TODO - Other forms of declare? Do they need messages? e.g. declare precedence * */ public class ShowWeaveMessagesTestCase extends AjdeTestCase { + + private static boolean regenerate; static { // Switch this to true for a single iteration if you want to reconstruct the @@ -66,7 +68,6 @@ public class ShowWeaveMessagesTestCase extends AjdeTestCase { regenerate = false; } - private static boolean regenerate; private CompilerAdapter compilerAdapter; public static final String PROJECT_DIR = "WeaveInfoMessagesTest"; |