Skip to content

Commit

Permalink
[fix][client] Fix some typos in client module (apache#21416)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmz committed Nov 30, 2023
1 parent 93ed61b commit 5c89188
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -971,10 +971,6 @@ Channel channel() {
return ctx.channel();
}

SocketAddress serverAddrees() {
return remoteAddress;
}

CompletableFuture<Void> connectionFuture() {
return connectionFuture;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/*
* The original MurmurHash3 was written by Austin Appleby, and is placed in the
* public domain. This source code, implemented by Licht Takeuchi, is based on
* the orignal MurmurHash3 source code.
* the original MurmurHash3 source code.
*/
package org.apache.pulsar.client.impl;

Expand Down

0 comments on commit 5c89188

Please sign in to comment.