01: /*
02: * All content copyright (c) 2003-2007 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
03: */
04: package com.tctest;
05:
06: import com.tc.simulator.app.ApplicationConfig;
07: import com.tc.simulator.listener.ListenerProvider;
08:
09: public class EhcacheGlobalEviction124TestApp extends
10: EhcacheGlobalEvictionTestApp {
11: public EhcacheGlobalEviction124TestApp(String appId,
12: ApplicationConfig cfg, ListenerProvider listenerProvider) {
13: super(appId, cfg, listenerProvider);
14: }
15: }
|