This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new b812912153 chore: fix typos in interface ClientAuthProvider and
BookieAuthProvider (#4311)
b812912153 is described below
commit b8129121533da7aad7bfd5b1d41ea95418825452
Author: hanmz <[email protected]>
AuthorDate: Tue Apr 23 18:38:03 2024 +0800
chore: fix typos in interface ClientAuthProvider and BookieAuthProvider
(#4311)
---
.../src/main/java/org/apache/bookkeeper/auth/BookieAuthProvider.java | 2 +-
.../src/main/java/org/apache/bookkeeper/auth/ClientAuthProvider.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/auth/BookieAuthProvider.java
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/auth/BookieAuthProvider.java
index 4d733fb7f6..76a922b452 100644
---
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/auth/BookieAuthProvider.java
+++
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/auth/BookieAuthProvider.java
@@ -39,7 +39,7 @@ public interface BookieAuthProvider {
/**
* Initialize the factory with the server configuration
* and protobuf message registry. Implementors must
- * add any extention messages which contain the auth
+ * add any extension messages which contain the auth
* payload, so that the server can decode auth messages
* it receives from the client.
*/
diff --git
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/auth/ClientAuthProvider.java
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/auth/ClientAuthProvider.java
index 3006c856f1..a89deea216 100644
---
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/auth/ClientAuthProvider.java
+++
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/auth/ClientAuthProvider.java
@@ -37,7 +37,7 @@ public interface ClientAuthProvider {
/**
* Initialize the factory with the client configuration
* and protobuf message registry. Implementors must
- * add any extention messages which contain the auth
+ * add any extension messages which contain the auth
* payload, so that the client can decode auth messages
* it receives from the server.
*/