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

@@ -18,7 +18,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.core.library.types.DecimalType;
/**
* CosemInteger represents an decimal value
* CosemInteger represents a decimal value
*
* @author M. Volaart - Initial contribution
* @author Hilbrand Bouwkamp - Combined Integer and Double because {@link DecimalType} handles both
@@ -44,7 +44,7 @@ class CosemDecimal extends CosemValueDescriptor<DecimalType> {
}
/**
* Parses a String value (that represents an decimal) to a {@link DecimalType} object.
* Parses a String value (that represents a decimal) to a {@link DecimalType} object.
*
* @param cosemValue the value to parse
* @return {@link DecimalType} representing the value of the cosem value

View File

@@ -235,7 +235,7 @@ public class OBISIdentifier {
}
/**
* Returns an reduced OBIS Identifier.
* Returns a reduced OBIS Identifier.
*
* @return reduced OBIS Identifier
*/
@@ -244,7 +244,7 @@ public class OBISIdentifier {
}
/**
* Returns an reduced OBIS Identifier with group E set to null (.i.e. not applicable)
* Returns a reduced OBIS Identifier with group E set to null (.i.e. not applicable)
*
* @return reduced OBIS Identifier
*/

View File

@@ -62,7 +62,7 @@ import org.slf4j.LoggerFactory;
* If a telegram is received with at least 1 Cosem Object a bridge is assumed available and a Thing is added (regardless
* if there were problems receiving the telegram) and the discovery is stopped.
*
* If there are communication problems the service will give an warning and give up
* If there are communication problems the service will give a warning and give up
*
* @author M. Volaart - Initial contribution
* @author Hilbrand Bouwkamp - Refactored code to detect meters during actual discovery phase.