Skip to content

Commit 4229883

Browse files
committed
lint
Change-Id: I2db5b48503fd17b6dca734d4bf8a642b87159ae1
1 parent 2cc217c commit 4229883

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/grpc/ChannelHealthChecker.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,12 @@ void probeFinished(Instant startTime, boolean success) {
8484
// Method stub, no operation.
8585
}
8686

87-
/**
88-
* Number of probes in flight plus number of probe results. (No-op stub)
89-
*/
87+
/** Number of probes in flight plus number of probe results. (No-op stub) */
9088
private int recentProbesSent() {
9189
return 0;
9290
}
9391

94-
/**
95-
* Number of recently failed probes. (No-op stub)
96-
*/
92+
/** Number of recently failed probes. (No-op stub) */
9793
public int recentlyFailedProbes() {
9894
return 0;
9995
}

0 commit comments

Comments
 (0)