Skip to content

Commit a7140f2

Browse files
committed
javadoc fixed
1 parent 782867a commit a7140f2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

plugins/tracer/src/org/graalvm/visualvm/modules/tracer/ProbeItemDescriptor.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
*
4646
* Each descriptor requires a common set of mandatory options:
4747
* <ul>
48-
* <li><code>name</code>: item name
49-
* <li><code>description</code>: item description, may be <code>null</code>
50-
* <li><code>formatter</code>: ItemValueFormatter instance which defines how the item values are presented in UI
48+
* <li><code>name</code>: item name</li>
49+
* <li><code>description</code>: item description, may be <code>null</code></li>
50+
* <li><code>formatter</code>: ItemValueFormatter instance which defines how the item values are presented in UI</li>
5151
* </ul>
5252
* <p>
5353
*
5454
* The other options which may be set are:
5555
* <ul>
56-
* <li><code>dataFactor</code>: a multiplication factor for item values, useful when displaying multiple items in one graph
57-
* <li<code>minValue</code>: minimum (initial) item value, typically set for zero-based metrics (heap size)
58-
* <li><code>maxValue</code>: maximum (initial) item value, may be used for the initial graph scale
56+
* <li><code>dataFactor</code>: a multiplication factor for item values, useful when displaying multiple items in one graph</li>
57+
* <li><code>minValue</code>: minimum (initial) item value, typically set for zero-based metrics (heap size)</li>
58+
* <li><code>maxValue</code>: maximum (initial) item value, may be used for the initial graph scale</li>
5959
* </ul>
6060
* <p>
6161
*
@@ -64,9 +64,9 @@
6464
* If needed, line width and/or line/fill colors may be customized by setting
6565
* these options:
6666
* <ul>
67-
* <li><code>lineWidth</code>: width of the line, default is <code>2f</code>
68-
* <li><code>lineColor</code>: color of the line, may be <code>null</code>
69-
* <li><code>fillColor</code>: color of the filled area, may be <code>null</code>
67+
* <li><code>lineWidth</code>: width of the line, default is <code>2f</code></li>
68+
* <li><code>lineColor</code>: color of the line, may be <code>null</code></li>
69+
* <li><code>fillColor</code>: color of the filled area, may be <code>null</code></li>
7070
* </ul>
7171
* <p>
7272
*

0 commit comments

Comments
 (0)