From 1bc08ff1e53eb0c18fa5ed288c4b399839e3310d Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 25 Oct 2016 08:33:15 -0400 Subject: [PATCH] Fix empty

tag warning in o/e/m/o/OsProbe.java This commit fixes an empty

tag warning in o/e/m/o/OsProbe.java. --- .../src/main/java/org/elasticsearch/monitor/os/OsProbe.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/src/main/java/org/elasticsearch/monitor/os/OsProbe.java b/core/src/main/java/org/elasticsearch/monitor/os/OsProbe.java index ef8d8521ad7..f2195732db3 100644 --- a/core/src/main/java/org/elasticsearch/monitor/os/OsProbe.java +++ b/core/src/main/java/org/elasticsearch/monitor/os/OsProbe.java @@ -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 - *

- *

+     * 
      * nr_periods \d+
      * nr_throttled \d+
      * throttled_time \d+
-     * 
- *

+ *

* 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