Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: chπ <[email protected]>
  • Loading branch information
redcatbear and kaklakariada authored Nov 26, 2021
1 parent 6d1d4aa commit bd90141
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/changes/changes_5.1.2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test containers for Exasol on Docker 5.1.2, released 2021-11-25
# Test containers for Exasol on Docker 5.1.2, released 2021-11-26

Code name: 5.1.2 -- Dependency updates

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ public class ContainerFileOperations {
private final ExasolContainer<? extends ExasolContainer<?>> container;

/**
* Creates a new instance of the {@link ContainerFileOperations}.
* Create a new instance of the {@link ContainerFileOperations}.
*
* @param container Container reference required executing commands inside the container.
* @param container Container reference required for executing commands inside the container.
*/
public ContainerFileOperations(final ExasolContainer<? extends ExasolContainer<?>> container) {
this.container = container;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
public final class ExasolContainerConstants {
/** Version of the Exasol Docker image */
public static final String EXASOL_DOCKER_IMAGE_VERSION = "7.1.1";
public static final String EXASOL_DOCKER_IMAGE_VERSION = "7.1.2";

/** Reference name of the Exasol Docker image */
public static final String EXASOL_DOCKER_IMAGE_ID = "exasol/docker-db";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Manages getting support information (like cluster logs, configuration settings and core-dumps) from the database.
*/
public class SupportInformationRetriever {
/** Target directory where support information packages will be stored */
/** Name of the property that allows overriding the target directory where support information packages will be stored */
public static final String TARGET_DIRECTORY_PROPERTY = "com.exasol.containers.support_information_target_dir";
/** Name of the property that allows overriding the monitored container exit */
public static final String MONITORED_EXIT_PROPERTY = "com.exasol.containers.monitored_exit";
Expand Down

0 comments on commit bd90141

Please sign in to comment.