thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
174 stars 97 forks source link

Rename TorConfigBuilder to TorSettingsBuilder #137

Open sisbell opened 4 years ago

sisbell commented 4 years ago

TorConfigBuilder is using TorSettings to build the torrc file. So we should rename TorConfigBuilder, especially since we have a TorConfig class already, which has nothing to do with TorConfigBuilder.