< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/server/ServerAdapter.java

Print this page

        

@@ -67,11 +67,11 @@
             module.getBoundEndpoints().add(this);
         }
     }
 
     /**
-     * Gets the name of the endpoint as given in the <tt>sun-jaxws.xml</tt>
+     * Gets the name of the endpoint as given in the {@code sun-jaxws.xml}
      * deployment descriptor.
      */
     public String getName() {
         return name;
     }
< prev index next >