Skip to content

Commit

Permalink
Fix getPortWithOffset for tomcat-8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Oct 17, 2023
1 parent 9537c67 commit f2e9b34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void setPortOffset(int i) {

@Override
public int getPortWithOffset() {
return this.service.getServer().getPort();
return this.service.getServer().getPortWithOffset();
}

@Override
Expand Down

0 comments on commit f2e9b34

Please sign in to comment.