You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/07/14 17:08:40 UTC

[3/4] git commit: Fix checkstyle issue

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/053ef5a2
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/053ef5a2
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/053ef5a2

Branch: refs/heads/2.6.x-fixes
Commit: 053ef5a200b6491bce296131fcb93b992f19bc2b
Parents: 40359e5
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Jul 14 10:43:06 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Jul 14 11:06:39 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/053ef5a2/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 238d493..3332acb 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;