Remove a couple of redundant comments.

This commit is contained in:
akwizgran
2019-10-14 15:59:14 +01:00
parent fafcacf808
commit a876d4cfb7
2 changed files with 1 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ public class AndroidTorPluginFactory implements DuplexPluginFactory {
LOG.info("Tor is not supported on this architecture");
return null;
}
// Use position-independent executable for SDK >= 16
// Use position-independent executable
architecture += "_pie";
Backoff backoff = backoffFactory.createBackoff(MIN_POLLING_INTERVAL,