Typos a/an (#13819)
This commit is contained in:
@@ -124,7 +124,7 @@ public class ZoneTemperatureControlHandler extends BaseThingHandler implements T
|
||||
*
|
||||
* @param config the {@link Configuration} to be checked
|
||||
* @param bridge the responsible {@link BridgeHandler}
|
||||
* @return zoneID the existing dS zoneID or a error constant
|
||||
* @return zoneID the existing dS zoneID or an error constant
|
||||
*/
|
||||
public static int getZoneID(Configuration config, BridgeHandler bridge) {
|
||||
if (config == null || config.get(DigitalSTROMBindingConstants.ZONE_ID) == null) {
|
||||
|
||||
@@ -258,7 +258,7 @@ public class EventListener {
|
||||
* Removes a subscribed event and unsubscibe it, if it is not needed by other {@link EventHandler}'s.
|
||||
*
|
||||
* @param unsubscribeEvent event name to unsubscibe
|
||||
* @param eventHandlerID EventHandler-ID of the EventHandler that unsubscibe a event
|
||||
* @param eventHandlerID EventHandler-ID of the EventHandler that unsubscibe an event
|
||||
*/
|
||||
public void removeSubscribe(String unsubscribeEvent, String eventHandlerID) {
|
||||
if (subscribedEvents != null && !subscribedEvents.contains(unsubscribeEvent)) {
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.Map;
|
||||
import org.openhab.binding.digitalstrom.internal.lib.event.constants.EventResponseEnum;
|
||||
|
||||
/**
|
||||
* The {@link EventItem} represents a event item of an digitalSTROM-Event.
|
||||
* The {@link EventItem} represents an event item of an digitalSTROM-Event.
|
||||
*
|
||||
* @author Alexander Betker
|
||||
* @author Michael Ochel - add getSource()
|
||||
|
||||
@@ -340,7 +340,7 @@ public class DeviceStatusManagerImpl implements DeviceStatusManager {
|
||||
}
|
||||
}
|
||||
if (deviceDiscovery != null) {
|
||||
// only informs discovery, if the device is a output or a sensor device
|
||||
// only informs discovery, if the device is an output or a sensor device
|
||||
deviceDiscovery.onDeviceAdded(currentDevice);
|
||||
logger.debug("inform DeviceStatusListener: {} about added device with dSID {}",
|
||||
DeviceStatusListener.DEVICE_DISCOVERY, currentDevice.getDSID().getValue());
|
||||
|
||||
@@ -196,7 +196,7 @@ public class DsChannelTypeProvider extends BaseDsI18n implements ChannelTypeProv
|
||||
private static final List<String> SUPPORTED_OUTPUT_CHANNEL_TYPES = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* Returns true, if the given channel type id is a output channel.
|
||||
* Returns true, if the given channel type id is an output channel.
|
||||
*
|
||||
* @param channelTypeID to check
|
||||
* @return true, if channel type id is output channel
|
||||
|
||||
Reference in New Issue
Block a user