Repository: cxf Updated Branches: refs/heads/master 5fd9993ea -> 39857567e
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/39857567 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/39857567 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/39857567 Branch: refs/heads/master Commit: 39857567eaa4dab7fd986c85fed66130e8985724 Parents: 5fd9993 Author: Daniel Kulp <[email protected]> Authored: Mon Jul 14 10:43:06 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Jul 14 10:43:06 2014 -0400 ---------------------------------------------------------------------- core/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/39857567/core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java b/core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java index aee9c53..ba82579 100644 --- a/core/src/main/java/org/apache/cxf/attachment/AttachmentUtil.java +++ b/core/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;
