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