return fix runnable.run() method call
This commit is contained in:
parent
b87aa56dcc
commit
2fbca05f4c
1 changed files with 1 additions and 2 deletions
|
@ -120,8 +120,7 @@ public class FessMailDeliveryDepartmentCreator {
|
|||
asyncManager.async(new ConcurrentAsyncCall() {
|
||||
@Override
|
||||
public void callback() {
|
||||
Thread thrd = new Thread(runnable);
|
||||
thrd.start();
|
||||
runnable.run();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue