1 /*2 * JBoss, Home of Professional Open Source3 *4 * Distributable under LGPL license.5 * See terms of license at gnu.org.6 */7 package org.jboss.cache.notifications;8 9 public class CacheListenerOptimisticTest extends CacheListenerTest10 {11 public CacheListenerOptimisticTest(String s)12 {13 super(s);14 optLocking = true;15 }16 }17