Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 13, 2024
1 parent 7f255f3 commit e1b6aff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public boolean virtualHostTestMode() {
return this.virtualHostTestMode;
}

public @Nullable String findConfigStringForHost(@NonNull String host, int port) {
public @Nullable String findConfigStringForHost(@NonNull String host, final int port) {
host = processTcpShieldHostname(host).toLowerCase(Locale.ENGLISH) + ':' + port;

final @Nullable String exactMatch = this.virtualHostConfigs.get(host);
Expand Down

0 comments on commit e1b6aff

Please sign in to comment.