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