Skip to content

Commit

Permalink
Update commons/src/main/java/io/aiven/kafka/connect/common/source/Off…
Browse files Browse the repository at this point in the history
…setManager.java

Co-authored-by: Murali Basani <murali.basani@gmail.com>
  • Loading branch information
Claudenw and muralibasani authored Jan 14, 2025
1 parent 81d46a4 commit 96d1523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.slf4j.LoggerFactory;

public class OffsetManager<E extends OffsetManager.OffsetManagerEntry<E>> {
/** The loger to write to */
/** The logger to write to */
private static final Logger LOGGER = LoggerFactory.getLogger(OffsetManager.class);

/**
Expand Down

0 comments on commit 96d1523

Please sign in to comment.