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 7674811B98 for ; Wed, 27 Aug 2014 20:01:18 +0000 (UTC) Received: (qmail 90074 invoked by uid 500); 27 Aug 2014 20:01:18 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 90015 invoked by uid 500); 27 Aug 2014 20:01:18 -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 90006 invoked by uid 99); 27 Aug 2014 20:01:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 20:01:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 252D8A009FA; Wed, 27 Aug 2014 20:01:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Remove unused imports Date: Wed, 27 Aug 2014 20:01:18 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/2.7.x-fixes b0b0cf687 -> bf0610b9b Remove unused imports Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/bf0610b9 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/bf0610b9 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/bf0610b9 Branch: refs/heads/2.7.x-fixes Commit: bf0610b9b30283099a0c13af7cb42067b97394e5 Parents: b0b0cf6 Author: Daniel Kulp Authored: Wed Aug 27 16:01:01 2014 -0400 Committer: Daniel Kulp Committed: Wed Aug 27 16:01:01 2014 -0400 ---------------------------------------------------------------------- .../org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/bf0610b9/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader.java ---------------------------------------------------------------------- diff --git a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader.java b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader.java index 66f7f8b..863562c 100644 --- a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader.java +++ b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/policy/WSSecurityPolicyLoader.java @@ -21,14 +21,11 @@ package org.apache.cxf.ws.security.policy; import java.util.Arrays; import java.util.List; -import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; import javax.xml.namespace.QName; -import org.w3c.dom.Element; - import org.apache.cxf.Bus; import org.apache.cxf.common.injection.NoJSR250Annotations; import org.apache.cxf.common.logging.LogUtils;