You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by cx...@gliesian.com on 2011/07/26 00:54:38 UTC

Simple restful_dispatch question about unused code

Any idea why this code is unused in the resful_dispatch sample project 
(Client.java)?

       String path = null;
        if (endpointURI != null) {
            path = endpointURI.getPath();
        }

Should the code be removed, commented out or used somehow?

Thanks!