(Sensors sensors)
| 309 | } |
| 310 | |
| 311 | private static void printSensors(Sensors sensors) { |
| 312 | oshi.add("Sensors: " + sensors.toString()); |
| 313 | } |
| 314 | |
| 315 | private static void printPowerSources(List<PowerSource> list) { |
| 316 | StringBuilder sb = new StringBuilder("Power Sources: "); |