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!

Reply via email to