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 7A53872F0 for ; Thu, 28 Jul 2011 17:15:55 +0000 (UTC) Received: (qmail 14318 invoked by uid 500); 28 Jul 2011 17:15:55 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 14272 invoked by uid 500); 28 Jul 2011 17:15:55 -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 14265 invoked by uid 99); 28 Jul 2011 17:15:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2011 17:15:55 +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, 28 Jul 2011 17:15:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1F0DB2388A1C for ; Thu, 28 Jul 2011 17:15:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1151936 - /cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/security/GreeterImpl.java Date: Thu, 28 Jul 2011 17:15:31 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110728171532.1F0DB2388A1C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Thu Jul 28 17:15:30 2011 New Revision: 1151936 URL: http://svn.apache.org/viewvc?rev=1151936&view=rev Log: Remove another println Modified: cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/security/GreeterImpl.java Modified: cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/security/GreeterImpl.java URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/security/GreeterImpl.java?rev=1151936&r1=1151935&r2=1151936&view=diff ============================================================================== --- cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/security/GreeterImpl.java (original) +++ cxf/trunk/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/security/GreeterImpl.java Thu Jul 28 17:15:30 2011 @@ -47,7 +47,7 @@ public class GreeterImpl user = p; } - System.out.println("\n\n*** GreetMe called with: " + me + "***\n\n"); + //System.out.println("\n\n*** GreetMe called with: " + me + "***\n\n"); return "Hello " + me; }