We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a233c91 commit c1239f8Copy full SHA for c1239f8
src/main/java/org/apache/ibatis/session/Configuration.java
@@ -698,7 +698,6 @@ public Executor newExecutor(Transaction transaction) {
698
699
public Executor newExecutor(Transaction transaction, ExecutorType executorType) {
700
executorType = executorType == null ? defaultExecutorType : executorType;
701
-// executorType = executorType == null ? ExecutorType.SIMPLE : executorType;
702
Executor executor;
703
if (ExecutorType.BATCH == executorType) {
704
executor = new BatchExecutor(this, transaction);
0 commit comments