changeset 619:42ae657e0e10 jdk9-b79

Merge
author lana
date Thu, 20 Aug 2015 12:30:11 -0700
parents fc042e09e440 (current diff) b03272850e68 (diff)
children e9940bf1c8dd
files
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/java.annotations.common/share/classes/javax/annotation/PostConstruct.java	Thu Aug 20 11:38:21 2015 -0700
+++ b/src/java.annotations.common/share/classes/javax/annotation/PostConstruct.java	Thu Aug 20 12:30:11 2015 -0700
@@ -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:
- * <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
--- a/src/java.annotations.common/share/classes/javax/annotation/PreDestroy.java	Thu Aug 20 11:38:21 2015 -0700
+++ b/src/java.annotations.common/share/classes/javax/annotation/PreDestroy.java	Thu Aug 20 12:30:11 2015 -0700
@@ -38,7 +38,6 @@
  * 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