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

@@ -44,7 +44,7 @@ class CosemDecimal extends CosemValueDescriptor<DecimalType> {
}
/**
* Parses a String value (that represents an decimal) to an {@link DecimalType} object.
* Parses a String value (that represents an decimal) to a {@link DecimalType} object.
*
* @param cosemValue the value to parse
* @return {@link DecimalType} representing the value of the cosem value

View File

@@ -105,7 +105,7 @@ public class CosemObject {
/**
* Parses the List of COSEM String value to COSEM objects values.
* <p>
* When the parser has problems it throws an {@link ParseException}. The
* When the parser has problems it throws a {@link ParseException}. The
* already parsed values will still be available. It is up to the caller how
* to handle a partially parsed message.
*