remove unnecessary whitespace changes

This commit is contained in:
Mike Watters 2017-11-06 15:42:31 -07:00
parent 2afb0bd00b
commit 22e1750f97
8 changed files with 87 additions and 86 deletions

View file

@ -362,6 +362,7 @@ class ShardSyncer {
* high shard count streams (i.e., dynamodb streams for tables with thousands of partitions). This can only * high shard count streams (i.e., dynamodb streams for tables with thousands of partitions). This can only
* currently happen here if ignoreUnexpectedChildShards was true in syncShardleases. * currently happen here if ignoreUnexpectedChildShards was true in syncShardleases.
* *
*
* @param shards List of all shards in Kinesis (we'll create new leases based on this set) * @param shards List of all shards in Kinesis (we'll create new leases based on this set)
* @param currentLeases List of current leases * @param currentLeases List of current leases
* @param initialPosition One of LATEST, TRIM_HORIZON, or AT_TIMESTAMP. We'll start fetching records from that * @param initialPosition One of LATEST, TRIM_HORIZON, or AT_TIMESTAMP. We'll start fetching records from that