Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vagaerg committed Aug 20, 2024
1 parent 4cc9fc9 commit 7ce019b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public static class PathStyleContainerS3Facade
@Inject
public PathStyleContainerS3Facade(S3Container s3Container, TestingRemoteS3Facade delegatingFacade)
{
//super((ignored1, ignored2) -> "127.0.0.1", false, Optional.of(5432));
super((ignored1, ignored2) -> s3Container.containerHost().getHost(), false, Optional.of(s3Container.containerHost().getPort()));
delegatingFacade.setDelegate(this);
}
Expand Down

0 comments on commit 7ce019b

Please sign in to comment.