File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/cassandra/src/main/java/org/testcontainers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ public String getPassword() {
159159 /**
160160 * Retrieve an {@link InetSocketAddress} for connecting to the Cassandra container via the driver.
161161 *
162- * @return A InetSocketAddrss representation of this Cassandra container's host and port.
162+ * @return A InetSocketAddress representation of this Cassandra container's host and port.
163163 */
164164 public InetSocketAddress getContactPoint () {
165165 return new InetSocketAddress (getHost (), getMappedPort (CQL_PORT ));
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ public static Cluster getCluster(ContainerState containerState) {
228228 /**
229229 * Retrieve an {@link InetSocketAddress} for connecting to the Cassandra container via the driver.
230230 *
231- * @return A InetSocketAddrss representation of this Cassandra container's host and port.
231+ * @return A InetSocketAddress representation of this Cassandra container's host and port.
232232 */
233233 public InetSocketAddress getContactPoint () {
234234 return new InetSocketAddress (getHost (), getMappedPort (CQL_PORT ));
You can’t perform that action at this time.
0 commit comments