Fix empty <p> tag warning in o/e/m/o/OsProbe.java

This commit fixes an empty <p> tag warning in o/e/m/o/OsProbe.java.
This commit is contained in:
Jason Tedor 2016-10-25 08:33:15 -04:00
parent b89c5aff51
commit 1bc08ff1e5
1 changed files with 2 additions and 4 deletions

View File

@ -399,13 +399,11 @@ public class OsProbe {
* group to which the Elasticsearch process belongs for the
* {@code cpu} subsystem. These lines represent the CPU time
* statistics and have the form
* <p>
* <pre>
* <blockquote><pre>
* nr_periods \d+
* nr_throttled \d+
* throttled_time \d+
* </pre>
* <p>
* </pre></blockquote>
* where {@code nr_periods} is the number of period intervals
* as specified by {@code cpu.cfs_period_us} that have elapsed,
* {@code nr_throttled} is the number of times tasks in the given