From aebab7b34461c5e59fb04f555d1ddad1b26bc5bf Mon Sep 17 00:00:00 2001 From: navid Date: Tue, 27 Jan 2009 03:01:02 +0000 Subject: [PATCH] *** empty log message *** --- Robust/Transactions/dstm2/src/dstm2/Thread.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Robust/Transactions/dstm2/src/dstm2/Thread.java b/Robust/Transactions/dstm2/src/dstm2/Thread.java index e3dda097..ce56db12 100644 --- a/Robust/Transactions/dstm2/src/dstm2/Thread.java +++ b/Robust/Transactions/dstm2/src/dstm2/Thread.java @@ -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 -- 2.34.1