Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Apr 16, 2024
1 parent 2b1117f commit d6bf5ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ private void getSettingsFromPropertiesOrDefaultValues(final String monitoredExit
* @param targetDirectory host directory in which to create the support bundle
*/
// [impl->dsn~configure-support-information-retriever-via-api~1]
@SuppressWarnings("deprecation") // Will be fixed in https://github.com/exasol/exasol-testcontainers/issues/253
public void mapTargetDirectory(final Path targetDirectory) {
this.targetDirectory = targetDirectory;
@SuppressWarnings("deprecation") // Will be fixed in https://github.com/exasol/exasol-testcontainers/issues/253
this.container.withFileSystemBind(targetDirectory.toString(), MAPPED_HOST_DIRECTORY, READ_WRITE);
}

Expand Down

0 comments on commit d6bf5ca

Please sign in to comment.