Douglas William Thrift 13 years ago
parent
commit
5650fec22e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/net/douglasthrift/bigscreenbot/Remote.java

+ 1 - 1
src/net/douglasthrift/bigscreenbot/Remote.java

@@ -83,7 +83,7 @@ public class Remote implements Closeable
     private Settings settings;
     private JmDNS mdns;
     private KeyStore store;
-    SSLSocketFactory factory;
+    private SSLSocketFactory factory;
 
     public Remote(Settings settings) throws UnknownHostException, IOException, KeyStoreException, NoSuchAlgorithmException, CertificateException, UnrecoverableKeyException, KeyManagementException, GeneralSecurityException
     {