8077332: tidy warnings from javax/xml

Some HTML markup fix (jaxws part)

Reviewed-by: joehw, lancea
This commit is contained in:
Alexander Stepanov 2015-04-22 15:26:20 +04:00
parent 7cbdcf978d
commit 078abb2617
31 changed files with 994 additions and 1058 deletions

View file

@ -38,7 +38,6 @@ import static java.lang.annotation.RetentionPolicy.*;
* except the application client container in Java EE 5. The method on which
* the PreDestroy annotation is applied MUST fulfill all of the following
* criteria:
* <p>
* <ul>
* <li>The method MUST NOT have any parameters except in the case of
* interceptors in which case it takes an InvocationContext object as