Improve javadoc for some addons (#15701)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user