Chnge privacy
This commit is contained in:
parent
b1515b5963
commit
825ac1e81c
|
@ -175,7 +175,8 @@ public abstract class BaseTransactionProcessor {
|
||||||
public void start() {
|
public void start() {
|
||||||
ourLog.trace("Starting transaction processor");
|
ourLog.trace("Starting transaction processor");
|
||||||
}
|
}
|
||||||
public TaskExecutor getTaskExecutor() {
|
|
||||||
|
private TaskExecutor getTaskExecutor() {
|
||||||
if (myExecutor == null) {
|
if (myExecutor == null) {
|
||||||
if (myDaoConfig.getBundleBatchPoolSize() > 1) {
|
if (myDaoConfig.getBundleBatchPoolSize() > 1) {
|
||||||
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
|
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
|
||||||
|
|
Loading…
Reference in New Issue