mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-08-29 07:39:06 +00:00
Lint: Change replace(String) to replace(char) all over
This commit is contained in:
@@ -676,7 +676,7 @@ public class DNSOverHTTPS implements EepGet.StatusListener {
|
||||
return null;
|
||||
}
|
||||
sdns = sdns.substring(7);
|
||||
sdns = sdns.replace("_", "~");
|
||||
sdns = sdns.replace('_', '~');
|
||||
d = Base64.decode(sdns);
|
||||
if (d == null) {
|
||||
if (log) System.out.println("Bad encoding");
|
||||
|
||||
Reference in New Issue
Block a user