removed accidently typed in comment in MPI

This commit is contained in:
Oleg Zhurakousky
2010-09-15 13:53:27 -04:00
parent b2533c0788
commit d40ce03e85

View File

@@ -114,16 +114,6 @@ public class MessagePublishingInterceptor implements MethodInterceptor {
}
finally {
publishMessage(method, context);
// Thread t = new Thread(new Runnable() {
// public void run() {
// try {
// publishMessage(method, context);
// } catch (Exception e) {
// e.printStackTrace(); }
//
// }
// });
// t.start();
}
}