Typos a/an (#13812)
This commit is contained in:
@@ -56,7 +56,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.
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The model representing an Neeo Brain(serialize/deserialize json use only)
|
||||
* The model representing a Neeo Brain(serialize/deserialize json use only)
|
||||
*
|
||||
* @author Tim Roberts - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The model representing an NEEO Device (serialize/deserialize json use only)
|
||||
* The model representing a NEEO Device (serialize/deserialize json use only)
|
||||
*
|
||||
* @author Tim Roberts - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The model representing an Neeo Device Details (serialize/deserialize json use only)
|
||||
* The model representing a Neeo Device Details (serialize/deserialize json use only)
|
||||
*
|
||||
* @author Tim Roberts - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The model representing an Neeo Device Details Timings (serialize/deserialize json use only)
|
||||
* The model representing a Neeo Device Details Timings (serialize/deserialize json use only)
|
||||
*
|
||||
* @author Tim Roberts - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The model representing an Neeo Macro (serialize/deserialize json use only)
|
||||
* The model representing a Neeo Macro (serialize/deserialize json use only)
|
||||
*
|
||||
* @author Tim Roberts - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* 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.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The model representing an Neeo Room (serialize/deserialize json use only).
|
||||
* The model representing a Neeo Room (serialize/deserialize json use only).
|
||||
*
|
||||
* @author Tim Roberts - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The model representing an Neeo Scenario (serialize/deserialize json use only).
|
||||
* The model representing a Neeo Scenario (serialize/deserialize json use only).
|
||||
*
|
||||
* @author Tim Roberts - Initial contribution
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user