Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -18,7 +18,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.openhab.core.thing.ThingTypeUID;
|
||||
|
||||
/**
|
||||
* The {@link SoulissBinding} class defines common constants, which are
|
||||
* The {@link SoulissBindingConstants} class defines common constants, which are
|
||||
* used across the whole binding.
|
||||
*
|
||||
* @author Tonino Fazio - Initial contribution
|
||||
|
||||
@@ -34,8 +34,8 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* The {@link soulissHandlerFactory} is responsible for creating things and thingGeneric
|
||||
* handlers.
|
||||
* The {@link org.openhab.binding.souliss.internal.SoulissHandlerFactory} is responsible for creating
|
||||
* things and thingGeneric handlers.
|
||||
*
|
||||
* @author Tonino Fazio - Initial contribution
|
||||
* @author Luca Calcaterra - Refactor for OH3
|
||||
|
||||
@@ -70,7 +70,7 @@ public abstract class SoulissGenericActionMessage extends BaseThingHandler {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param the Topic Variant
|
||||
* @return the Topic Variant
|
||||
*/
|
||||
public String getTopicVariant() {
|
||||
return sTopicVariant;
|
||||
|
||||
@@ -93,8 +93,7 @@ public abstract class SoulissGenericHandler extends BaseThingHandler implements
|
||||
}
|
||||
|
||||
/**
|
||||
* @param SoulissNode
|
||||
* the SoulissNodeID to get
|
||||
* @return the SoulissNodeID
|
||||
*/
|
||||
public int getNode() {
|
||||
return iNode;
|
||||
|
||||
Reference in New Issue
Block a user