grpc-java/binder
markb74 9266174812
Fix code & javadoc warnings in the binder package. (#8588)
Note: I didn't fix all javadoc warnings mentioned in #8585, since
they're not generated with a modern java version, and the fix feels
worse than the warning.

Specifically, {@link X.Y} generates a warning if only X is imported,
and {@link Z} generates a warning if Z is declared later in the class.

In particular, attempting to fix the first issue by importing X.Y results
in a code-readability warning suggesting I shouldn't do that.
2021-10-09 12:27:01 +02:00
..
src Fix code & javadoc warnings in the binder package. (#8588) 2021-10-09 12:27:01 +02:00
build.gradle Publish binder in releases. (#8585) 2021-10-08 12:03:44 +02:00