*** empty log message ***
authornavid <navid>
Tue, 27 Jan 2009 03:01:02 +0000 (03:01 +0000)
committernavid <navid>
Tue, 27 Jan 2009 03:01:02 +0000 (03:01 +0000)
Robust/Transactions/dstm2/src/dstm2/Thread.java

index e3dda09763f36021378351d425bcccc9c3102654..ce56db126fd9c5092fcb99ac91bbbb1add0e3549 100644 (file)
@@ -318,9 +318,10 @@ public class Thread extends java.lang.Thread{
       totalTotal += threadState.total;
       threadState.reset();  // set up for next iteration
     }
-    if (result == null)
+   /* if (result == null)
         throw new GracefulException();
-    else return result;
+    else return result;*/
+    return result;
   }
   /**
    * Execute transaction