This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 868e1ac189 GEODE-10115: fix javadoc (#7698)
868e1ac189 is described below
commit 868e1ac1899eaef836dd52713dfce2a97abfd4dc
Author: Jinmei Liao <[email protected]>
AuthorDate: Wed May 18 12:38:09 2022 -0700
GEODE-10115: fix javadoc (#7698)
---
geode-core/src/main/java/org/apache/geode/security/SecurityManager.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/security/SecurityManager.java
b/geode-core/src/main/java/org/apache/geode/security/SecurityManager.java
index 38aed2dc8e..00f75e66a1 100644
--- a/geode-core/src/main/java/org/apache/geode/security/SecurityManager.java
+++ b/geode-core/src/main/java/org/apache/geode/security/SecurityManager.java
@@ -43,7 +43,6 @@ public interface SecurityManager {
*
* @param securityProps the security properties obtained using a call to
* {@link DistributedSystem#getSecurityProperties}
- * @throws AuthenticationFailedException if some exception occurs during the
initialization
*/
default void init(Properties securityProps) {}