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

@@ -27,7 +27,7 @@ public interface FilterCriteriaQueryCreator {
*
* @param criteria Criteria to create query from
* @param retentionPolicy Name of the retentionPolicy/bucket to use in query
* @return Created query as an String
* @return Created query as a String
*/
String createQuery(FilterCriteria criteria, String retentionPolicy);

View File

@@ -86,7 +86,7 @@ public class InfluxDBStateConvertUtils {
/**
* Converts a value to a {@link State} which is suitable for the given {@link Item}. This is
* needed for querying a {@link InfluxDBHistoricItem}.
* needed for querying an {@link InfluxDBHistoricItem}.
*
* @param value to be converted to a {@link State}
* @param itemName name of the {@link Item} to get the {@link State} for