Edited JavaDoc for Worker Builder kinesisProxy

This commit is contained in:
parijas 2018-01-10 11:16:13 -08:00
parent 2a73bbe671
commit d64cc589cc

View file

@ -1203,7 +1203,7 @@ public class Worker implements Runnable {
* Set KinesisProxy for the worker. * Set KinesisProxy for the worker.
* *
* @param kinesisProxy * @param kinesisProxy
* KinesisProxy uses the AmazonKinesis client to get data from Kinesis or DynamoDBStreams * Sets an implementation of IKinesisProxy.
* *
* @return A reference to this updated object so that method calls can be chained together. * @return A reference to this updated object so that method calls can be chained together.
*/ */