Skip to content

Commit

Permalink
fix pmd issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Apr 9, 2024
1 parent 378b4ae commit e253241
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ private static String removePort(String host) {
return pos >= 0 ? host.substring(0, pos) : host;
}

@SuppressWarnings("PMD")
private static String sanitizeSegments(String host, Set<String> allowed) {
HostStringBuilder builder = new HostStringBuilder();

Expand Down

0 comments on commit e253241

Please sign in to comment.