# HG changeset patch # User avstepan # Date 1440066515 -10800 # Node ID 7e6dc723daf304101b8db04085c3bb70ca4b3fd8 # Parent c8753d0be1778944dc512ec86a459941ea1ad2c3 8132478: [tidy] three new warnings from java docs (java.net, javax.annotation) Summary: minor docs cleanup (jaxws part) Reviewed-by: lancea diff -r c8753d0be177 -r 7e6dc723daf3 jaxws/src/java.annotations.common/share/classes/javax/annotation/PostConstruct.java --- a/jaxws/src/java.annotations.common/share/classes/javax/annotation/PostConstruct.java Wed Jul 05 20:45:52 2017 +0200 +++ b/jaxws/src/java.annotations.common/share/classes/javax/annotation/PostConstruct.java Thu Aug 20 13:28:35 2015 +0300 @@ -39,7 +39,6 @@ * method can be annotated with this annotation. The method on which the * PostConstruct annotation is applied MUST fulfill all of the following * criteria: - *

*