census: make internal linter happy

TODO is preferred to FIXME.
This commit is contained in:
Sergii Tkachenko 2021-09-03 16:26:43 -04:00 committed by GitHub
parent 5475cf12bb
commit 6cd911757a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;