Skip to content

Commit 1134394

Browse files
slorello89banker
andauthored
Update examples/gemfire/demo/README.md
Co-authored-by: Kyle Banker <banker@users.noreply.github.com>
1 parent 8c67c8e commit 1134394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gemfire/demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ This demo also includes an example of using more complex Java types within Gemfi
375375
1. `gemfire-pojo-1.0.jar`
376376
2. `redis-connect-custom-stage-sample-*.jar`
377377

378-
The first contains the code for a `redis.gemfire.Customer` class, which is a very simple POJO containing a name and age, and the later is a build of [redis-connect-custom-stage](https://github.com/redis-field-engineering/redis-connect-custom-stage-sample) containing some custom staging code to transform whatever arbitrary data type (in this case a `Customer`) into a type redis-connect can serialize to `JSON`.
378+
The first jar contains the code for a `redis.gemfire.Customer` class, which is a very simple POJO containing a name and age. The second jar is a build of [redis-connect-custom-stage](https://github.com/redis-field-engineering/redis-connect-custom-stage-sample) containing some custom staging code to transform arbitrary data types (in this case a `Customer`) into a type that redis-connect can serialize to `JSON`.
379379

380380
### Configure Job
381381

0 commit comments

Comments
 (0)