Skip to content

Commit 771b3b6

Browse files
committed
update javadoc for resetDatabase
1 parent af47dbe commit 771b3b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • client-java/controller/src/main/java/org/evomaster/client/java/controller

client-java/controller/src/main/java/org/evomaster/client/java/controller/SutHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ default void registerOrExecuteInitSqlCommandsIfNeeded(){}
196196
* reset database if the smart db cleaning is employed
197197
* </p>
198198
* @param tablesToClean represents a list of table which will be reset based on specified DbSpecification.
199-
* note that null tablesToClean means all table will be reset.
199+
* note that `null` tablesToClean means all table will be reset,
200+
* empty tablesToClean indicates that none of tables will be reset.
200201
*/
201202
default void resetDatabase(List<String> tablesToClean){}
202203

0 commit comments

Comments
 (0)