aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-07-01 00:24:42 -0700
committerchrislu <chris.lu@gmail.com>2025-07-01 00:24:42 -0700
commit7ab3b19e378c3429db358ddac567d2bf03f4f70e (patch)
tree6d9e4826099c1bee130408d0dfebd02fe31837c8 /other
parent190bc7f75fbc9d07ba437032bd17d2728266f938 (diff)
downloadseaweedfs-7ab3b19e378c3429db358ddac567d2bf03f4f70e.tar.xz
seaweedfs-7ab3b19e378c3429db358ddac567d2bf03f4f70e.zip
remove unused import
Diffstat (limited to 'other')
-rw-r--r--other/java/client/src/main/java/seaweedfs/client/FilerSecurityContext.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/other/java/client/src/main/java/seaweedfs/client/FilerSecurityContext.java b/other/java/client/src/main/java/seaweedfs/client/FilerSecurityContext.java
index 7cd80a35d..07a2ce286 100644
--- a/other/java/client/src/main/java/seaweedfs/client/FilerSecurityContext.java
+++ b/other/java/client/src/main/java/seaweedfs/client/FilerSecurityContext.java
@@ -5,7 +5,6 @@ import com.moandjiezana.toml.Toml;
import io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts;
import io.grpc.netty.shaded.io.netty.handler.ssl.SslContext;
import io.grpc.netty.shaded.io.netty.handler.ssl.SslContextBuilder;
-import io.grpc.netty.shaded.io.netty.handler.ssl.util.InsecureTrustManagerFactory;
import org.apache.http.ssl.SSLContextBuilder;
import org.apache.http.ssl.SSLContexts;
import org.slf4j.Logger;