From commits-return-33025-apmail-cxf-commits-archive=cxf.apache.org@cxf.apache.org Mon Jul 14 14:57:26 2014 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 F0DB5115AD for ; Mon, 14 Jul 2014 14:57:26 +0000 (UTC) Received: (qmail 81024 invoked by uid 500); 14 Jul 2014 14:57:26 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 80942 invoked by uid 500); 14 Jul 2014 14:57:26 -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 80925 invoked by uid 99); 14 Jul 2014 14:57:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2014 14:57:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8AECD8BDC65; Mon, 14 Jul 2014 14:57:26 +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 Date: Mon, 14 Jul 2014 14:57:26 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: Fix checkstyle issue Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 48a8a1511 -> 921883b26 Fix checkstyle issue Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/de09e375 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/de09e375 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/de09e375 Branch: refs/heads/2.7.x-fixes Commit: de09e375c9b21181e778d02638047b9f1941e24c Parents: 5f89d20 Author: Daniel Kulp Authored: Mon Jul 14 10:43:06 2014 -0400 Committer: Daniel Kulp Committed: Mon Jul 14 10:55:56 2014 -0400 ---------------------------------------------------------------------- api/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/de09e375/api/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java ---------------------------------------------------------------------- diff --git a/api/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java b/api/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java index 893f050..e027d75 100644 --- a/api/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java +++ b/api/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java @@ -24,7 +24,6 @@ import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; import java.net.MalformedURLException; -import java.net.URI; import java.net.URL; import java.net.URLDecoder; import java.net.URLEncoder;