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

@@ -47,7 +47,7 @@ public class ObisCode {
}
/**
* Gets a {@link ObisCode} from a String. It must follow the pattern {@value #OBIS_PATTERN}
* Gets an {@link ObisCode} from a String. It must follow the pattern {@value #OBIS_PATTERN}
*
* @param obis The obis as String.
* @return The new Obis code. Can not be null.

View File

@@ -22,7 +22,7 @@ import org.openhab.core.library.unit.Units;
import org.openmuc.jsml.EUnit;
/**
* Converts a {@link EUnit} to an {@link Unit}.
* Converts an {@link EUnit} to a {@link Unit}.
*
* @author Matthias Steigenberger - Initial contribution
*