Skip to content

Commit

Permalink
[hotfix] Fix typo in CassandraSink
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 18, 2017
1 parent cb528a1 commit 2b7d6d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public CassandraSinkBuilder<IN> enableWriteAheadLog() {
* Enables the write-ahead log, which allows exactly-once processing for non-deterministic algorithms that use
* idempotent updates.
*
* @param committer CheckpointCommitter, that stores informationa bout completed checkpoints in an external
* @param committer CheckpointCommitter, that stores information about completed checkpoints in an external
* resource. By default this information is stored within a separate table within Cassandra.
* @return this builder
*/
Expand Down

0 comments on commit 2b7d6d5

Please sign in to comment.