(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / adapters / X4.java
index d3995f2e2026e0d5262865ae36af4537a4f82559..113347329333c3cae76cf36b8cc54a95c81e4923 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;
 
 /**
@@ -28,7 +28,7 @@ public class X4 {
      * 
      */
     public X4(X1 aX1) {
-        AdapterTestCase.EVENT_TRACKER.eventOccurred("x4(x1)");
+        AdapterTestCase.getEventTracker().eventOccurred("x4(x1)");
         x1 = aX1;
     }