Skip to content

Commit 13c2641

Browse files
[mongodb] Fix getConnectionString javadoc (#8129)
1 parent 6e5fbe6 commit 13c2641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mongodb/src/main/java/org/testcontainers/containers/MongoDBContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ protected void containerIsStarted(InspectContainerResponse containerInfo, boolea
9595
}
9696

9797
/**
98-
* Gets a connection string url, unlike {@link #getReplicaSetUrl} this does point to a
98+
* Gets a connection string url, unlike {@link #getReplicaSetUrl} this does not point to a
9999
* database
100100
* @return a connection url pointing to a mongodb instance
101101
*/

0 commit comments

Comments
 (0)