mirror of https://github.com/grpc/grpc-java.git
census: make internal linter happy
TODO is preferred to FIXME.
This commit is contained in:
parent
5475cf12bb
commit
6cd911757a
|
|
@ -498,7 +498,7 @@ final class CensusStatsModule {
|
||||||
boolean shouldRecordFinishedCall = false;
|
boolean shouldRecordFinishedCall = false;
|
||||||
synchronized (lock) {
|
synchronized (lock) {
|
||||||
if (callEnded) {
|
if (callEnded) {
|
||||||
// FIXME(https://github.com/grpc/grpc-java/issues/7921): this shouldn't happen
|
// TODO(https://github.com/grpc/grpc-java/issues/7921): this shouldn't happen
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
callEnded = true;
|
callEnded = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue