Skip to content

Commit 9b707ce

Browse files
committed
Polish
1 parent 56719ea commit 9b707ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cassandra/src/main/java/org/testcontainers/cassandra/CassandraContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public CassandraContainer withSsl(String clientCertFile, String clientKeyFile) {
163163
/**
164164
* @return Whether a secure connection is required between the client and the Cassandra server.
165165
*/
166-
public boolean isSslRequired() {
166+
boolean isSslRequired() {
167167
return StringUtils.isNoneBlank(this.clientCertFile, this.clientKeyFile);
168168
}
169169

0 commit comments

Comments
 (0)