Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 45506 invoked from network); 1 Dec 2010 11:16:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Dec 2010 11:16:12 -0000 Received: (qmail 20441 invoked by uid 500); 1 Dec 2010 11:16:12 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 20318 invoked by uid 500); 1 Dec 2010 11:16:11 -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 20311 invoked by uid 99); 1 Dec 2010 11:16:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 11:16:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 01 Dec 2010 11:16:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D782B2388A6B; Wed, 1 Dec 2010 11:14:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1040951 - /cxf/sandbox/wss4j-1.6-port/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java Date: Wed, 01 Dec 2010 11:14:36 -0000 To: commits@cxf.apache.org From: coheigea@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101201111436.D782B2388A6B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: coheigea Date: Wed Dec 1 11:14:36 2010 New Revision: 1040951 URL: http://svn.apache.org/viewvc?rev=1040951&view=rev Log: PMD fix. Modified: cxf/sandbox/wss4j-1.6-port/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java Modified: cxf/sandbox/wss4j-1.6-port/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java URL: http://svn.apache.org/viewvc/cxf/sandbox/wss4j-1.6-port/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java?rev=1040951&r1=1040950&r2=1040951&view=diff ============================================================================== --- cxf/sandbox/wss4j-1.6-port/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java (original) +++ cxf/sandbox/wss4j-1.6-port/rt/ws/security/src/main/java/org/apache/cxf/ws/security/wss4j/WSS4JInInterceptor.java Wed Dec 1 11:14:36 2010 @@ -568,7 +568,7 @@ public class WSS4JInInterceptor extends * (non-null) processor map, to be used to initialize the * WSSecurityEngine instance. */ - protected WSSecurityEngine + protected static WSSecurityEngine createSecurityEngine( final Map map ) {