Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74769C428 for ; Thu, 10 May 2012 11:38:09 +0000 (UTC) Received: (qmail 61170 invoked by uid 500); 10 May 2012 11:38:09 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 61090 invoked by uid 500); 10 May 2012 11:38:09 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 61079 invoked by uid 99); 10 May 2012 11:38:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 11:38:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 11:38:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D7EB12388A02; Thu, 10 May 2012 11:37:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1336611 - /cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RetransmissionInterceptor.java Date: Thu, 10 May 2012 11:37:47 -0000 To: commits@cxf.apache.org From: ay@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120510113747.D7EB12388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ay Date: Thu May 10 11:37:47 2012 New Revision: 1336611 URL: http://svn.apache.org/viewvc?rev=1336611&view=rev Log: removing temporary comments Modified: cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RetransmissionInterceptor.java Modified: cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RetransmissionInterceptor.java URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RetransmissionInterceptor.java?rev=1336611&r1=1336610&r2=1336611&view=diff ============================================================================== --- cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RetransmissionInterceptor.java (original) +++ cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RetransmissionInterceptor.java Thu May 10 11:37:47 2012 @@ -21,10 +21,8 @@ package org.apache.cxf.ws.rm; import java.io.OutputStream; -//import org.apache.cxf.interceptor.AttachmentOutInterceptor; import org.apache.cxf.interceptor.Fault; import org.apache.cxf.interceptor.MessageSenderInterceptor; -//import org.apache.cxf.interceptor.StaxOutInterceptor; import org.apache.cxf.io.WriteOnCloseOutputStream; import org.apache.cxf.message.Message; import org.apache.cxf.phase.AbstractPhaseInterceptor; @@ -42,9 +40,6 @@ public class RetransmissionInterceptor e super(Phase.PREPARE_SEND); addAfter(MessageSenderInterceptor.class.getName()); addBefore(GZIPOutInterceptor.class.getName()); -// super(Phase.PRE_STREAM); -// addBefore(StaxOutInterceptor.class.getName()); -// addBefore(AttachmentOutInterceptor.class.getName()); } public RMManager getManager() {