This is an automated email from the ASF dual-hosted git repository.

abhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 35dd720d8 RANGER-5191: Fix typo in the log message in RangerRESTClient 
(#557)
35dd720d8 is described below

commit 35dd720d865e2e02092edbdcaf9ba24343e1b87b
Author: Naoki Takezoe <take...@gmail.com>
AuthorDate: Sun Jun 1 02:30:18 2025 +0900

    RANGER-5191: Fix typo in the log message in RangerRESTClient (#557)
---
 .../src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java
 
b/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java
index 3c833e9cc..f08435c2f 100644
--- 
a/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java
+++ 
b/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java
@@ -625,7 +625,7 @@ protected SSLContext getSSLContext(KeyManager[] kmList, 
TrustManager[] tmList) {
         } catch (KeyManagementException e) {
             LOG.error("Unable to initials the SSLContext", e);
 
-            throw new IllegalStateException("Unable to initials the SSLContex: 
" + e.getMessage(), e);
+            throw new IllegalStateException("Unable to initials the 
SSLContext: " + e.getMessage(), e);
         }
     }
 

Reply via email to