Skip to content

Commit 75c16af

Browse files
authored
docs: update HostAndMapper advanced-usage.md
1 parent 0f58ec6 commit 75c16af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public class DockerNATMapper implements HostAndPortMapper {
235235
}
236236

237237
@Override
238-
public HostAndPort get(HostAndPort hostAndPort) {
238+
public HostAndPort getHostAndPort(HostAndPort hostAndPort) {
239239
return mapping.getOrDefault(hostAndPort, hostAndPort);
240240
}
241241
}

0 commit comments

Comments
 (0)