8225207: redundant <p> in Instrumentation.java

Reviewed-by: lancea
This commit is contained in:
Jonathan Gibbons 2019-06-03 16:16:50 -07:00
parent f0f679de2a
commit 0fdd5f8227

View File

@ -65,7 +65,7 @@ import java.util.jar.JarFile;
* <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.
*