[
https://issues.apache.org/jira/browse/CXF-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp updated CXF-3682:
-----------------------------
Fix Version/s: 2.3.6
> CXF Example: java_first_jaxws, Warnings: Unused imports
> -------------------------------------------------------
>
> Key: CXF-3682
> URL: https://issues.apache.org/jira/browse/CXF-3682
> Project: CXF
> Issue Type: Improvement
> Components: Samples
> Affects Versions: 2.4.1
> Environment: Java First demo using JAX-WS APIs (java_first_jaxws)
> Reporter: Robert Liguori
> Assignee: Robert Liguori
> Priority: Trivial
> Fix For: 2.3.6, 2.4.2
>
>
> The Java First demo using JAX-WS APIs (java_first_jaxws) sample projects has
> unused imports. The below *two* diffs resolve the imports. Please apply.
> ========================================================================================================
> # This patch file was generated by NetBeans IDE
> # It uses platform neutral UTF-8 encoding and \n newlines.
> ---
> C:\apache-cxf-2.4.1\samples\java_first_jaxws\src\demo\hw\client\Client.java
> +++ C:\Diffs\New\Client.java
> @@ -20,7 +20,6 @@
> package demo.hw.client;
>
> import java.util.Map;
> -import java.util.Map.Entry;
>
> import javax.xml.namespace.QName;
> import javax.xml.ws.Service;
> ==============================================================================================
> # This patch file was generated by NetBeans IDE
> # It uses platform neutral UTF-8 encoding and \n newlines.
> ---
> C:\apache-cxf-2.4.1\samples\java_first_jaxws\src\demo\hw\server\IntegerUserMapAdapter.java
> +++ C:\Diffs\New\IntegerUserMapAdapter.java
> @@ -21,7 +21,6 @@
>
> import java.util.LinkedHashMap;
> import java.util.Map;
> -import java.util.Map.Entry;
>
> import javax.xml.bind.annotation.adapters.XmlAdapter;
> ==============================================================================================
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira