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:
parent
b89c5aff51
commit
1bc08ff1e5
|
@ -399,13 +399,11 @@ public class OsProbe {
|
||||||
* group to which the Elasticsearch process belongs for the
|
* group to which the Elasticsearch process belongs for the
|
||||||
* {@code cpu} subsystem. These lines represent the CPU time
|
* {@code cpu} subsystem. These lines represent the CPU time
|
||||||
* statistics and have the form
|
* statistics and have the form
|
||||||
* <p>
|
* <blockquote><pre>
|
||||||
* <pre>
|
|
||||||
* nr_periods \d+
|
* nr_periods \d+
|
||||||
* nr_throttled \d+
|
* nr_throttled \d+
|
||||||
* throttled_time \d+
|
* throttled_time \d+
|
||||||
* </pre>
|
* </pre></blockquote>
|
||||||
* <p>
|
|
||||||
* where {@code nr_periods} is the number of period intervals
|
* where {@code nr_periods} is the number of period intervals
|
||||||
* as specified by {@code cpu.cfs_period_us} that have elapsed,
|
* as specified by {@code cpu.cfs_period_us} that have elapsed,
|
||||||
* {@code nr_throttled} is the number of times tasks in the given
|
* {@code nr_throttled} is the number of times tasks in the given
|
||||||
|
|
Loading…
Reference in New Issue