Skip to content

Commit a6ea7d4

Browse files
committed
adding dot to trigger actions
1 parent 2a2bcbd commit a6ea7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/com/datastax/oss/driver/api/core/scyllacloud/ScyllaCloudMultiNodeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
public class ScyllaCloudMultiNodeIT {
3535

3636
private static final int NUMBER_OF_NODES = 3;
37-
private static final int SNI_PORT = 0; // Let CCM pick
37+
private static final int SNI_PORT = 0; // Let CCM pick.
3838

3939
@ClassRule
4040
public static CustomCcmRule CCM_RULE =

0 commit comments

Comments
 (0)