mirror of https://github.com/grpc/grpc-java.git
1b94f48dc8
Although CallOptions is annotated by @Immutable, its fields are not final. So it's not truly immutable, namely not safe for unsynchronized publication. This commit adds final to all fields of CallOptions. Using internal builder class to keep flexibility of constructing CallOptions. Fixes #9658 |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
build.gradle |