From d40ce03e853436084fdc6ea8cf5484028faf8c7e Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 15 Sep 2010 13:53:27 -0400 Subject: [PATCH] removed accidently typed in comment in MPI --- .../integration/aop/MessagePublishingInterceptor.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/aop/MessagePublishingInterceptor.java b/spring-integration-core/src/main/java/org/springframework/integration/aop/MessagePublishingInterceptor.java index 9bafb47abf..70664fab90 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/aop/MessagePublishingInterceptor.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/aop/MessagePublishingInterceptor.java @@ -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(); } }