Typos a/an (#13876)

This commit is contained in:
Дилян Палаузов
2022-12-08 22:12:49 +02:00
committed by GitHub
parent 177ce2a217
commit 0ffc5257d5
140 changed files with 166 additions and 166 deletions

View File

@@ -26,7 +26,7 @@ import org.openhab.core.thing.type.ChannelKind;
public enum NeeoDeviceChannelKind {
/** Represents an item */
ITEM("item"),
/** Represents an trigger item */
/** Represents a trigger item */
TRIGGER("trigger");
/** The text value of the enum */

View File

@@ -30,11 +30,11 @@ import org.eclipse.jdt.annotation.Nullable;
*/
@NonNullByDefault
public class NeeoDeviceType {
/** Represents an device that should be excluded */
/** Represents a device that should be excluded */
public static final NeeoDeviceType EXCLUDE = new NeeoDeviceType("");
/** Represents an accessory device (spelled the way NEEO spells it) */
public static final NeeoDeviceType ACCESSOIRE = new NeeoDeviceType("ACCESSOIRE");
/** Represents an light device */
/** Represents a light device */
static final NeeoDeviceType LIGHT = new NeeoDeviceType("LIGHT");
/** Represents the propery way to spell accessory! */