Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Apr 17, 2023
1 parent 87eba10 commit cb6b64c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class OracleR2dbcContainerConnectionDetailsFactory

@Override
public R2dbcConnectionDetails getContainerConnectionDetails(
ContainerConnectionSource<R2dbcConnectionDetails, OracleContainer> source) {
ContainerConnectionSource<OracleContainer> source) {
return new R2dbcDatabaseContainerConnectionDetails(source.getContainer());
}

Expand Down

0 comments on commit cb6b64c

Please sign in to comment.