Merge pull request #336 from XN137/fix-errorprone-errors

fix errors found by errorprone
This commit is contained in:
Jonathan Shook
2021-06-17 11:32:23 -05:00
committed by GitHub
61 changed files with 94 additions and 201 deletions

View File

@@ -108,7 +108,6 @@ public class HttpConsoleFormats {
}
long mod = 1L;
Set<String> incl = new HashSet<>();
long mask = 0L;
for (String include : filterSet) {