Fix codacy problem

Codacy wants comments inside an empty method.
This commit is contained in:
ghubstan 2020-07-12 14:53:32 -03:00
parent ffe376e8dc
commit 390cba1b75
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -100,12 +100,10 @@ public class GrpcStubs {
});
}
/**
* An experimental api. A noop but never called; tries to make it clearer to
* implementors that they may break in the future.
*/
@Override
public void thisUsesUnstableApi() {
// An experimental api. A noop but never called; tries to make it clearer to
// implementors that they may break in the future.
}
}
}