Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Oct 22, 2017
1 parent 951ea1d commit 0152238
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.github.database.rider.core.api.dataset;

import com.github.database.rider.core.dataset.DataSetExecutorImpl;

import java.lang.annotation.*;

/**
Expand All @@ -25,7 +23,7 @@
*
* Use this option to work with multiple database connections. Remember that each executor has its own connection.
*/
String executorId() default DataSetExecutorImpl.DEFAULT_EXECUTOR_ID;
String executorId() default "";

/**
* @return DataSet seed strategy. Default is CLEAN_INSERT, meaning that DBUnit will clean and then insert data in tables present in provided dataset.
Expand Down

0 comments on commit 0152238

Please sign in to comment.