8225207: redundant <p> in Instrumentation.java
authorjjg
Mon, 03 Jun 2019 16:16:50 -0700
changeset 55162 030c32236ba3
parent 55161 1a7f82c98eee
child 55163 a03a2455fe3b
8225207: redundant <p> in Instrumentation.java Reviewed-by: lancea
src/java.instrument/share/classes/java/lang/instrument/Instrumentation.java
--- a/src/java.instrument/share/classes/java/lang/instrument/Instrumentation.java	Mon Jun 03 11:04:24 2019 -0700
+++ b/src/java.instrument/share/classes/java/lang/instrument/Instrumentation.java	Mon Jun 03 16:16:50 2019 -0700
@@ -65,7 +65,7 @@
  * <p>
  * Once an agent acquires an <code>Instrumentation</code> instance,
  * the agent may call methods on the instance at any time.
- * <p>
+ *
  * @apiNote This interface is not intended to be implemented outside of
  * the java.instrument module.
  *