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

@@ -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.
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/