*** empty log message ***
[IRC.git] / Robust / Transactions / dstm2 / src / dstm2 / factory / BaseFactory.java
index 4a0a1abeeabac94f38ef7546088dd14ff27b5f5f..431db7047983605deaf5f0426c4b4c7525be142e 100644 (file)
@@ -153,8 +153,8 @@ public abstract class BaseFactory<T> implements Factory<T> {
          !method.getDeclaringClass().getCanonicalName().contains("dstm2.util.LinkedList") &&
           !method.getDeclaringClass().getCanonicalName().contains("dstm2.util.Hashtable") &&
          !method.getDeclaringClass().getCanonicalName().contains("dstm2.util.HashMap") &&
-          !method.getDeclaringClass().getCanonicalName().contains("com.solidosystems.tuplesoup.core.TableIndexPageTransactional") &&
-          !method.getDeclaringClass().getCanonicalName().contains("com.solidosystems.tuplesoup.core.TableIndexNodeTransactional") &&
+          !method.getDeclaringClass().getCanonicalName().contains("tuplesoup.core.TableIndexPage") &&
+          !method.getDeclaringClass().getCanonicalName().contains("tuplesoup.core.TableIndexNode") &&
           !method.getDeclaringClass().getCanonicalName().contains("dstm2.util.StringKeyHashMap")){
         if (!isAtomicOrScalar(method.getReturnType())) {
           throw new PanicException("Method %s return type %s not scalar or atomic.",