Skip to content

Commit b0392e9

Browse files
committed
Neo4j: adjust javadoc to match existing pattern
1 parent 328e780 commit b0392e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/neo4j/src/main/java/org/testcontainers/containers/Neo4jContainer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ public Neo4jContainer withEnterpriseEdition() {
230230
* Community Edition can be used for free in your projects under the GPL v3 license, Neo4j Enterprise edition
231231
* needs either a commercial, education or evaluation license.
232232
*
233-
* @return This container
234-
**/
233+
* @return This container.
234+
*/
235235
public Neo4jContainer withEnterpriseImage() {
236236
if (!standardImage) {
237237
throw new IllegalStateException(

0 commit comments

Comments
 (0)