no message
This commit is contained in:
@@ -81,7 +81,7 @@ public abstract class RepositoryServer<D extends Database> {
|
||||
}
|
||||
//-DVMTestingChecker
|
||||
public abstract int getPort();
|
||||
protected abstract void Session() throws Exception;
|
||||
protected abstract void SafeSession() throws Exception;
|
||||
protected void startAdditionalThreads() {
|
||||
}
|
||||
public void ActivateDB() {
|
||||
@@ -229,7 +229,7 @@ public abstract class RepositoryServer<D extends Database> {
|
||||
CloneObject();
|
||||
break;
|
||||
default:
|
||||
Session();
|
||||
SafeSession();
|
||||
break;
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user