Skip to content

Commit

Permalink
ClientTorrGen: Make torConfigMap private
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Aug 2, 2023
1 parent ccb653a commit 9f57867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ClientTorrcGenerator {
private final Path dataDirPath;
private final int controlPort;
private final String hashedControlPassword;
protected final Map<String, String> torConfigMap = new HashMap<>();
private final Map<String, String> torConfigMap = new HashMap<>();

public ClientTorrcGenerator(Path dataDirPath, int controlPort, String hashedControlPassword) {
this.dataDirPath = dataDirPath;
Expand Down

0 comments on commit 9f57867

Please sign in to comment.