This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new c5fd12096f0 Refactor ProxySSLContext (#38052)
c5fd12096f0 is described below
commit c5fd12096f066217bef23ddcd4564456629704b0
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Feb 15 23:56:12 2026 +0800
Refactor ProxySSLContext (#38052)
---
.../org/apache/shardingsphere/proxy/frontend/ssl/ProxySSLContext.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/proxy/frontend/core/src/main/java/org/apache/shardingsphere/proxy/frontend/ssl/ProxySSLContext.java
b/proxy/frontend/core/src/main/java/org/apache/shardingsphere/proxy/frontend/ssl/ProxySSLContext.java
index b2947f8d712..ee256b16c7a 100644
---
a/proxy/frontend/core/src/main/java/org/apache/shardingsphere/proxy/frontend/ssl/ProxySSLContext.java
+++
b/proxy/frontend/core/src/main/java/org/apache/shardingsphere/proxy/frontend/ssl/ProxySSLContext.java
@@ -70,9 +70,9 @@ public final class ProxySSLContext {
}
/**
- * Get instance of {@link ProxySSLContext}.
+ * Get instance.
*
- * @return instance of {@link ProxySSLContext}
+ * @return got instance
*/
public static ProxySSLContext getInstance() {
return INSTANCE;