--- old/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/Container.java 2015-09-19 13:16:06.024945937 +0300 +++ new/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/Container.java 2015-09-19 13:16:05.876945203 +0300 @@ -50,12 +50,12 @@ * from a container, they can do the following: *
    *
  1. Negotiate an interface with the container and define it. - * (let's call it ContainerSecuritySPI.) - *
  2. The container will implement ContainerSecuritySPI. + * (let's call it {@code ContainerSecuritySPI}.) + *
  3. The container will implement {@code ContainerSecuritySPI}. *
  4. At the runtime, a security pipe gets * {@link WSEndpoint} and then to {@link Container}. - *
  5. It calls container.getSPI(ContainerSecuritySPI.class) - *
  6. The container returns an instance of ContainerSecuritySPI. + *
  7. It calls {@code container.getSPI(ContainerSecuritySPI.class)} + *
  8. The container returns an instance of {@code ContainerSecuritySPI}. *
  9. The security pipe talks to the container through this SPI. *
*