blob: fdf73d1bb87b542b03e6bbcfdf48331808d84b83 [file] [log] [blame]
package com.gemstone.gemfire.internal.cache.execute;
public class PRTransactionWithVersionsDUnitTest extends PRTransactionDUnitTest {
public PRTransactionWithVersionsDUnitTest(String name) {
super(name);
}
@Override
protected boolean getEnableConcurrency() {
return true;
}
}