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;
|
||||
synchronized (lock) {
|
||||
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;
|
||||
}
|
||||
callEnded = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue