Typos a/an (#13812)

This commit is contained in:
Дилян Палаузов
2022-12-01 15:30:50 +02:00
committed by GitHub
parent 622654ff1d
commit 78534e8106
105 changed files with 144 additions and 143 deletions

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.livisismarthome.internal.client.api.entity.action;
/**
* Defines the structure of a {@link IntegerActionParamDTO}.
* Defines the structure of an {@link IntegerActionParamDTO}.
*
* @author Oliver Kuhl - Initial contribution
*/

View File

@@ -53,7 +53,7 @@ public class LivisiDeviceDiscoveryService extends AbstractDiscoveryService
private @Nullable LivisiBridgeHandler bridgeHandler;
/**
* Construct an {@link LivisiDeviceDiscoveryService}.
* Construct a {@link LivisiDeviceDiscoveryService}.
*/
public LivisiDeviceDiscoveryService() {
super(SEARCH_TIME_SECONDS);