8214750: Unnecessary <p> tags in jfr classes

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2018-12-12 18:43:16 +01:00
parent 85ffc2803c
commit 8988f970df
2 changed files with 0 additions and 2 deletions

View File

@ -105,7 +105,6 @@
* {@link jdk.jfr.ValueDescriptor#getName()}.
* <p>
* <b>Predefined settings</b>
* <p>
* <table class="striped">
* <caption>Event setting names and their purpose.</caption> <thead>
* <tr>

View File

@ -517,7 +517,6 @@ public interface FlightRecorderMXBean extends PlatformManagedObject {
* event type is obtained by invoking
* {@link jdk.jfr.EventType#getSettingDescriptors()} and
* {@link jdk.jfr.ValueDescriptor#getName()}.
* <p>
*
* @param recordingId ID of the recording
*