Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -39,7 +39,6 @@ public class GroupCommand extends LutronCommandNew {
|
||||
/**
|
||||
* GroupCommand constructor
|
||||
*
|
||||
* @param targetType
|
||||
* @param operation
|
||||
* @param integrationId
|
||||
* @param action
|
||||
|
||||
@@ -35,7 +35,6 @@ public class SysvarCommand extends LutronCommandNew {
|
||||
/**
|
||||
* SysvarCommand constructor
|
||||
*
|
||||
* @param targetType
|
||||
* @param operation
|
||||
* @param integrationId
|
||||
* @param action
|
||||
|
||||
@@ -42,7 +42,6 @@ public class TimeclockCommand extends LutronCommandNew {
|
||||
/**
|
||||
* TimeclockCommand constructor
|
||||
*
|
||||
* @param targetType
|
||||
* @param operation
|
||||
* @param integrationId
|
||||
* @param action
|
||||
|
||||
Reference in New Issue
Block a user