Typos a/an (#13812)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user