[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [orbot/master] don't make these final, because the user might change them



commit e2f4f5f1f2f656e340e79a2b7b25175ea80ebf2b
Author: Nathan Freitas <nathan@xxxxxxxxxxx>
Date:   Tue Aug 12 02:02:48 2014 -0400

    don't make these final, because the user might change them
---
 src/org/torproject/android/service/TorServiceConstants.java |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/org/torproject/android/service/TorServiceConstants.java b/src/org/torproject/android/service/TorServiceConstants.java
index bcbede2..c65c9a5 100644
--- a/src/org/torproject/android/service/TorServiceConstants.java
+++ b/src/org/torproject/android/service/TorServiceConstants.java
@@ -48,10 +48,10 @@ public interface TorServiceConstants {
 	public final static int FILE_WRITE_BUFFER_SIZE = 1024;
 	
 	//HTTP Proxy server port
-	public final static int PORT_HTTP = 8118; //just like Privoxy!
+	public static int PORT_HTTP = 8118; //just like Privoxy!
 	
 	//Socks port client connects to, server is the Tor binary
-	public final static String PORT_SOCKS_DEFAULT = "9050";
+	public static String PORT_SOCKS_DEFAULT = "9050";//it can be auto, 0 or a port
 	
 	//what is says!
 	public final static String IP_LOCALHOST = "127.0.0.1";



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits