Jimexist commented on code in PR #2574:
URL: https://github.com/apache/thrift/pull/2574#discussion_r854905749


##########
lib/java/src/test/java/org/apache/thrift/transport/TestTSSLTransportFactoryStreamedStore.java:
##########
@@ -23,40 +23,25 @@
 import java.net.InetAddress;
 
 public class TestTSSLTransportFactoryStreamedStore extends 
TestTSSLTransportFactory {
-  private static String keyStoreLocation = 
System.getProperty("javax.net.ssl.keyStore");
-  private static String trustStoreLocation = 
System.getProperty("javax.net.ssl.trustStore");
-  
-  public TestTSSLTransportFactoryStreamedStore() {
-    super();
-    
-    /**
-     *  Override system properties to be able to test passing
-     *  the trustStore and keyStore as input stream
-     */
-    System.setProperty("javax.net.ssl.trustStore", "");
-    System.setProperty("javax.net.ssl.keyStore", "");

Review Comment:
   these were the offending lines



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to