Skip to content

Commit 15ae783

Browse files
committed
Fix javadocs warnings
1 parent 74cac13 commit 15ae783

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/org/testcontainers/containers/TarantoolCartridgeContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ public int getAPIPort() {
378378
* Use fixed ports binding.
379379
* Defaults to false.
380380
*
381+
* @param useFixedPorts fixed ports for tarantool
381382
* @return HTTP API port
382383
*/
383384
public TarantoolCartridgeContainer withUseFixedPorts(boolean useFixedPorts) {

src/main/java/org/testcontainers/containers/TarantoolContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public TarantoolContainer(Future<String> image,
134134
* Use fixed ports binding.
135135
* Defaults to false.
136136
*
137+
* @param useFixedPorts fixed ports for tarantool
137138
* @return HTTP API port
138139
*/
139140
public TarantoolContainer withUseFixedPorts(boolean useFixedPorts) {

0 commit comments

Comments
 (0)