Typos a/an (#13819)

This commit is contained in:
Дилян Палаузов
2022-12-02 14:07:31 +02:00
committed by GitHub
parent e979be4911
commit 6c1373f7c2
121 changed files with 167 additions and 167 deletions

View File

@@ -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) {

View File

@@ -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)) {

View File

@@ -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()

View File

@@ -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());

View File

@@ -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