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 VenstarThermostatBinding} class defines common constants, which are
|
||||
* The {@link VenstarThermostatBindingConstants} class defines common constants, which are
|
||||
* used across the whole binding.
|
||||
*
|
||||
* @author William Welliver - Initial contribution
|
||||
|
||||
@@ -15,7 +15,7 @@ package org.openhab.binding.venstarthermostat.internal.dto;
|
||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
|
||||
/**
|
||||
* The {@link VenstarRunTime} represents one Runtime from the RuntimeData returned from the REST API
|
||||
* The {@link VenstarRuntime} represents one Runtime from the RuntimeData returned from the REST API
|
||||
*
|
||||
* @author Matthew Davies - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
|
||||
/**
|
||||
* The {@link VenstarRunTimeData} represents the list of runtimes returned from the REST API.
|
||||
* The {@link VenstarRuntimeData} represents the list of runtimes returned from the REST API.
|
||||
*
|
||||
* @author Matthew Davies - Initial contribution
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user