Merged
Changes from 1 commit
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
docs: fix typo + missing end tag
  • Loading branch information
@olavloite
olavloite committedJun 30, 2020
commit eb967c680b8967582e7fd1a8f6dfd509979a0bbe
Original file line numberDiff line numberDiff line change
Expand Up@@ -574,8 +574,8 @@ public Builder setCallCredentialsProvider(CallCredentialsProvider callCredential
* <ul>
* <li>gzip: Enable gzip compression
* <li>identity: Disable compression
* <li><code>null</code>: Use default comporession
* <ul>
* <li><code>null</code>: Use default compression
* </ul>
*/
@ExperimentalApi("https://.com/grpc/grpc-java/issues/1704")
public Builder setCompressorName(@Nullable String compressorName) {
Expand Down