This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new c09f03ab5 security: fix 'recieved' -> 'received' in IAutoCredentials
Javadoc
c09f03ab5 is described below
commit c09f03ab5c6b7f0ead193b311d6683b80c1aebcd
Author: SAY-5 <[email protected]>
AuthorDate: Thu Apr 16 13:16:14 2026 -0700
security: fix 'recieved' -> 'received' in IAutoCredentials Javadoc
Javadoc in
storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java line
42 read 'credentials are recieved'. Fixed to 'received'. Comment-only change.
Signed-off-by: SAY-5 <[email protected]>
---
.../src/jvm/org/apache/storm/security/auth/IAutoCredentials.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java
b/storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java
index ac836caf1..3497279b3 100644
--- a/storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java
+++ b/storm-client/src/jvm/org/apache/storm/security/auth/IAutoCredentials.java
@@ -39,7 +39,7 @@ public interface IAutoCredentials {
/**
- * Called to update the subject on the worker side when new credentials
are recieved. This means that populateSubject has already been
+ * Called to update the subject on the worker side when new credentials
are received. This means that populateSubject has already been
* called on this subject.
*
* @param subject the subject to optionally put credentials in.