Typos a/an (#13819)

This commit is contained in:
Дилян Палаузов
2022-12-02 14:07:31 +02:00
committed by GitHub
parent e979be4911
commit 6c1373f7c2
121 changed files with 167 additions and 167 deletions

View File

@@ -208,7 +208,7 @@ public class InfluxDBPersistenceService implements QueryablePersistenceService {
logger.trace("Storing item {} in InfluxDB point {}", item, point);
influxDBRepository.write(point);
} else {
logger.trace("Ignoring item {} as is cannot be converted to a InfluxDB point", item);
logger.trace("Ignoring item {} as is cannot be converted to an InfluxDB point", item);
}
} else {
logger.debug("store ignored, InfluxDB is not yet connected");

View File

@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.core.persistence.FilterCriteria;
/**
* Creates InfluxDB query sentence given a OpenHab persistence {@link FilterCriteria}
* Creates InfluxDB query sentence given an OpenHab persistence {@link FilterCriteria}
*
* @author Joan Pujol Espinar - Initial contribution
*/