Skip to content

Commit 2036a00

Browse files
authored
MINOR: fix typo (#530)
1 parent b2ac839 commit 2036a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/confluent/connect/hdfs/DataWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public Partitioner getPartitioner() {
505505
* To follow this convention, this methods returns each offset that is one more than the last
506506
* offset committed to HDFS.
507507
*
508-
* @return Map from TopicPartition to next offset after the most recently committd offset to HDFS
508+
* @return Map from TopicPartition to next offset after the most recently committed offset to HDFS
509509
*/
510510
public Map<TopicPartition, Long> getCommittedOffsets() {
511511
Map<TopicPartition, Long> offsets = new HashMap<>();

0 commit comments

Comments
 (0)