Skip to content

Commit f9587b7

Browse files
author
Piotr Buchman
committed
Fixing javadoc generation
1 parent ab372ff commit f9587b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ updateEventCollection.put("query", queryUpdates);
610610
updateResponse = savedQueryApi.updateQuery("cached-query-name", updateEventCollection);
611611
```
612612

613-
### Saved/Cached Queries
613+
### Cached Datasets
614614

615615
Cached Datasets are a powerful way for you to build applications with charts and tables that load instantly,
616616
even as your Streams volume grows. Conceptually similar to Cached Queries, a Cached Dataset additionally allows

query/src/main/java/io/keen/client/java/CachedDatasets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface CachedDatasets {
4343
* Gets query results from a Cached Dataset.
4444
*
4545
* @param datasetDefinition A definition of Cached Dataset. Required as a definition determines the response format.
46-
* @param indexByValues A map of [index identifier -> index value] for all index properties defined in a Dataset definition.
46+
* @param indexByValues A map of [index identifier : index value] for all index properties defined in a Dataset definition.
4747
* @param timeframe Limits retrieval of results to a specific portion of the Cached Dataset.
4848
* @return Query results from a Cached Dataset.
4949
* @throws IOException If there was an error communicating with the server.

0 commit comments

Comments
 (0)