Repository: cxf Updated Branches: refs/heads/master 212052017 -> 82b48aa22
Minor fix to correct import Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/82b48aa2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/82b48aa2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/82b48aa2 Branch: refs/heads/master Commit: 82b48aa2209d58a3a9fc33cf3a30421ac4801111 Parents: 2120520 Author: jimma <[email protected]> Authored: Thu Mar 6 18:17:00 2014 +0800 Committer: jimma <[email protected]> Committed: Thu Mar 6 18:17:00 2014 +0800 ---------------------------------------------------------------------- .../simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/82b48aa2/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java ---------------------------------------------------------------------- diff --git a/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java b/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java index ef9f9f6..246749d 100644 --- a/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java +++ b/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/WSDLGetUtils.java @@ -57,6 +57,7 @@ import org.apache.cxf.Bus; import org.apache.cxf.catalog.OASISCatalogManager; import org.apache.cxf.catalog.OASISCatalogManagerHelper; import org.apache.cxf.common.logging.LogUtils; +import org.apache.cxf.common.util.StringUtils; import org.apache.cxf.common.util.UrlUtils; import org.apache.cxf.helpers.CastUtils; import org.apache.cxf.helpers.DOMUtils; @@ -68,7 +69,6 @@ import org.apache.cxf.staxutils.StaxUtils; import org.apache.cxf.wsdl.WSDLManager; import org.apache.cxf.wsdl11.ResourceManagerWSDLLocator; import org.apache.cxf.wsdl11.ServiceWSDLBuilder; -import org.springframework.util.StringUtils; /** *
