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

@@ -200,7 +200,7 @@ public class NeeoUtil {
}
/**
* Utility function to close a {@link AutoCloseable} and log any exception thrown.
* Utility function to close an {@link AutoCloseable} and log any exception thrown.
*
* @param closeable a possibly null {@link AutoCloseable}. If null, no action is done.
*/

View File

@@ -17,7 +17,7 @@ import org.eclipse.jdt.annotation.Nullable;
import org.openhab.io.neeo.internal.NeeoUtil;
/**
* The model representing an NEEO notification (serialize/deserialize json use only).
* The model representing a NEEO notification (serialize/deserialize json use only).
*
* @author Tim Roberts - Initial Contribution
*/

View File

@@ -18,7 +18,7 @@ import org.eclipse.jdt.annotation.Nullable;
import com.google.gson.annotations.SerializedName;
/**
* The model representing an NEEO recipe (serialize/deserialize json use only).
* The model representing a NEEO recipe (serialize/deserialize json use only).
*
* @author Tim Roberts - Initial Contribution
*/

View File

@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.io.neeo.internal.NeeoUtil;
/**
* The model representing an NEEO recipe urls (serialize/deserialize json use only).
* The model representing a NEEO recipe urls (serialize/deserialize json use only).
*
* @author Tim Roberts - Initial Contribution
*/

View File

@@ -18,7 +18,7 @@ import org.openhab.io.neeo.internal.NeeoConstants;
import org.openhab.io.neeo.internal.NeeoUtil;
/**
* The model representing an NEEO sensor notification (serialize/deserialize json use only).
* The model representing a NEEO sensor notification (serialize/deserialize json use only).
*
* @author Tim Roberts - Initial Contribution
*/

View File

@@ -22,7 +22,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The model representing an NEEO system information (serialize/deserialize json use only). This model only represents a
* The model representing a NEEO system information (serialize/deserialize json use only). This model only represents a
* small portion of the system information
*
* @author Tim Roberts - Initial Contribution