Undo previous commit.
This commit is contained in:
parent
fb9f5cf8cd
commit
60e56647eb
1 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ public final class Application implements Runnable {
|
||||||
*
|
*
|
||||||
* @param ignoreDirs comma separated list of directory names to ignore
|
* @param ignoreDirs comma separated list of directory names to ignore
|
||||||
*/
|
*/
|
||||||
public synchronized void init(final String ignoreDirs)
|
public void init(final String ignoreDirs)
|
||||||
throws DatabaseException, IllegalAccessException, InstantiationException,
|
throws DatabaseException, IllegalAccessException, InstantiationException,
|
||||||
ClassNotFoundException, InterruptedException {
|
ClassNotFoundException, InterruptedException {
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@ public final class Application implements Runnable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private synchronized void initInternal()
|
private void initInternal()
|
||||||
throws DatabaseException, IllegalAccessException,
|
throws DatabaseException, IllegalAccessException,
|
||||||
InstantiationException, ClassNotFoundException {
|
InstantiationException, ClassNotFoundException {
|
||||||
running = true;
|
running = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue