Improve javadoc for all addons (#15667)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-09-30 21:49:12 +02:00
committed by GitHub
parent 0039e391cd
commit cbf4411034
618 changed files with 1106 additions and 1110 deletions

View File

@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.core.thing.ThingTypeUID;
/**
* The {@link LutronBinding} class defines common constants, which are
* The {@link LutronBindingConstants} class defines common constants, which are
* used across the whole binding.
*
* @author Allan Tong - Initial contribution

View File

@@ -115,7 +115,7 @@ public class GrafikEyeConfig {
/**
* Returns a comma formatted list of shade zones
*
* @returna non-null, non-empty comma delimited list of shade zones
* @return a non-null, non-empty comma delimited list of shade zones
*/
public String getShadeZones() {
final StringBuilder sb = new StringBuilder();

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.lutron.internal.hw;
/**
* Configuration settings for a {@link org.openhab.binding.lutron.handler.HWDimmerHandler}.
* Configuration settings for a {@link org.openhab.binding.lutron.internal.hw.HwDimmerHandler}.
*
* @author Andrew Shilliday - Initial contribution
*/

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.lutron.internal.hw;
/**
* Configuration settings for an {@link org.openhab.binding.lutron.handler.HWSerialBridgeHandler}.
* Configuration settings for an {@link org.openhab.binding.lutron.internal.hw.HwSerialBridgeHandler}.
*
* @author Andrew Shilliday - Initial contribution
*/

View File

@@ -39,7 +39,6 @@ public class GroupCommand extends LutronCommandNew {
/**
* GroupCommand constructor
*
* @param targetType
* @param operation
* @param integrationId
* @param action

View File

@@ -35,7 +35,6 @@ public class SysvarCommand extends LutronCommandNew {
/**
* SysvarCommand constructor
*
* @param targetType
* @param operation
* @param integrationId
* @param action

View File

@@ -42,7 +42,6 @@ public class TimeclockCommand extends LutronCommandNew {
/**
* TimeclockCommand constructor
*
* @param targetType
* @param operation
* @param integrationId
* @param action