Skip to content

Commit

Permalink
Fix bad javadoc causing Travis deployment failure (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
efeg authored Feb 5, 2021
1 parent 3467b9b commit 687e045
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public CommitLatencyMetrics(Metrics metrics, Map<String, String> tags, int laten

/**
* start the recording of consumer offset commit
* @throws Exception if the offset commit is already in progress.
*/
public void recordCommitStart() {
if (!_inProgressCommit) {
Expand Down

0 comments on commit 687e045

Please sign in to comment.