This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new f2aeed4 User Guide: correct a CQ typo
f2aeed4 is described below
commit f2aeed4c2a54a9c65ac64328230a52c9fea7039f
Author: Dave Barnes <[email protected]>
AuthorDate: Thu Jun 21 15:18:05 2018 -0700
User Guide: correct a CQ typo
---
.../continuous_querying/how_continuous_querying_works.html.md.erb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
b/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
index 67bb447..74d8184 100644
---
a/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
+++
b/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
@@ -67,8 +67,7 @@ The `CqEvent` object contains this information:
- `CqQuery` object associated with this CQ event.
- `Throwable` object, returned only if an error occurred when the `CqQuery`
ran for the cache event. This is non-null only for `CqListener` onError calls.
- Query operation associated with this CQ event. This operation describes
the change affected to the query results by the cache event. Possible values
are:
- - `CREATE`, which corresponds to the standard database
- - `INSERT` operation
+ - `CREATE`, which corresponds to the standard database `INSERT` operation
- `UPDATE`
- `DESTROY`, which corresponds to the standard database DELETE operation