Skip to content

Commit fb88f6a

Browse files
committed
Fix compile
1 parent af0313d commit fb88f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/tci-selenium/src/main/java/software/xdev/sse/demo/tci/selenium/containers/SeleniumBrowserWebDriverContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public SeleniumBrowserWebDriverContainer(final Capabilities capabilities)
2121
}
2222

2323
@Override
24-
public Set<Integer> getAdditionalPortsForFixedExposing()
24+
public Set<Integer> getAdditionalTCPPortsForFixedExposing()
2525
{
2626
final Set<Integer> ports = new HashSet<>(Set.of(SELENIUM_PORT));
2727
if(!this.disableVNC)

0 commit comments

Comments
 (0)