(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / adapters / X3.java
index 7e9015e8c8f4518465957220ac5368e42a676941..7c84caeaa663666f857822661ee6b7e9e5d340d8 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.system.adapters;
 
 /**
@@ -25,7 +25,7 @@ public class X3 {
      * Creates a new X3 object.
      */
     public X3() {
-        AdapterTestCase.EVENT_TRACKER.eventOccurred("x3()");
+        AdapterTestCase.getEventTracker().eventOccurred("x3()");
     }
 
     /**
@@ -33,6 +33,6 @@ public class X3 {
      * 
      */
     protected X3(String aValue) {
-        AdapterTestCase.EVENT_TRACKER.eventOccurred("x3(" + aValue + ")");
+        AdapterTestCase.getEventTracker().eventOccurred("x3(" + aValue + ")");
     }
 }