Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Fixed typo on property name
Browse files Browse the repository at this point in the history
s/kinesisOutpuStreamShardCount/kinesisOutputStreamShardCount/
  • Loading branch information
tkawachi committed Jan 27, 2015
1 parent 1951dd6 commit 9794b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class KinesisConnectorConfiguration {
public static final String PROP_KINESIS_INPUT_STREAM = "kinesisInputStream";
public static final String PROP_KINESIS_INPUT_STREAM_SHARD_COUNT = "kinesisInputStreamShardCount";
public static final String PROP_KINESIS_OUTPUT_STREAM = "kinesisOutputStream";
public static final String PROP_KINESIS_OUTPUT_STREAM_SHARD_COUNT = "kinesisOutpuStreamShardCount";
public static final String PROP_KINESIS_OUTPUT_STREAM_SHARD_COUNT = "kinesisOutputStreamShardCount";
public static final String PROP_WORKER_ID = "workerID";
public static final String PROP_FAILOVER_TIME = "failoverTime";
public static final String PROP_MAX_RECORDS = "maxRecords";
Expand Down

0 comments on commit 9794b3f

Please sign in to comment.