checkstyle
[utils] / system / spring / src / test / java / org / wamblee / system / spring / SpringComponentTest.java
index e4029206dee6439df6bccab8770b5060ae071998..2e0bf5c0887f78d341a81467e7765a93e39221e8 100644 (file)
@@ -52,10 +52,14 @@ public class SpringComponentTest extends TestCase {
 
     private static final String PROPERTY_FILE = "test.org.wamblee.system.spring.properties";
 
-    public static EventTracker<String> EVENT_TRACKER;
+    private static EventTracker<String> EVENT_TRACKER;
 
     private Scope externalScope;
 
+    public static EventTracker<String> getEventTracker() { 
+        return EVENT_TRACKER;
+    }
+    
     @Override
     protected void setUp() throws Exception {
         super.setUp();