Skip to content

Commit 687e045

Browse files
authored
Fix bad javadoc causing Travis deployment failure (#337)
1 parent 3467b9b commit 687e045

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/linkedin/xinfra/monitor/services/metrics/CommitLatencyMetrics.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public CommitLatencyMetrics(Metrics metrics, Map<String, String> tags, int laten
6161

6262
/**
6363
* start the recording of consumer offset commit
64-
* @throws Exception if the offset commit is already in progress.
6564
*/
6665
public void recordCommitStart() {
6766
if (!_inProgressCommit) {

0 commit comments

Comments
 (0)