Skip to content

Commit 07ca85c

Browse files
Fix javadoc
1 parent 266231f commit 07ca85c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/profesorfalken/jsensors/JSensors.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ public JSensors config(Map<String, String> config) {
7676

7777
/**
7878
* Retrieve all sensors components values. The supported sensors types are:
79+
* <ul>
7980
* <li>Fan: fan speed</li>
8081
* <li>Load: component load %</li>
8182
* <li>Temperature: temperature of sensor in C(Centigrader) or F(Farenheit)
8283
* depending on system settings</li>
84+
* </ul>
8385
* <p>
8486
*
8587
* @return {@link Components} object that containt the lists of components

0 commit comments

Comments
 (0)