OpenJDK / amber / amber
changeset 56544:030c32236ba3
8225207: redundant <p> in Instrumentation.java
Reviewed-by: lancea
author | jjg |
---|---|
date | Mon, 03 Jun 2019 16:16:50 -0700 |
parents | 1a7f82c98eee |
children | a03a2455fe3b |
files | src/java.instrument/share/classes/java/lang/instrument/Instrumentation.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. *