Improve javadoc for some addons (#15701)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-10-08 00:25:04 +02:00
committed by GitHub
parent f8bcfb0c7e
commit f24a4305b8
275 changed files with 547 additions and 406 deletions

View File

@@ -240,7 +240,8 @@ public class SysteminfoThingTypeProvider extends AbstractStorageBasedTypeProvide
/**
* Store the channel configurations for a thing, to be able to restore them later when the thing handler for the
* same thing gets recreated with a new thing type. This is necessary because the
* {@link BaseThingHandler##changeThingType()} method reverts channel configurations to their defaults.
* {@link org.openhab.core.thing.binding.BaseThingHandler#changeThingType()} method reverts channel configurations
* to their defaults.
*
* @param thing
*/

View File

@@ -457,7 +457,7 @@ public interface SysteminfoInterface {
*
* @param pid - the PID of the process
* @return memory size
* @throws DeviceNotFoundException- thrown if process with this PID can not be found
* @throws DeviceNotFoundException thrown if process with this PID can not be found
*/
@Nullable
QuantityType<DataAmount> getProcessMemoryUsage(int pid) throws DeviceNotFoundException;