removed invocation of stop() method of the app's TypeManager.
This commit is contained in:
parent
545aec7407
commit
de5ab9a388
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ public class Application extends UnicastRemoteObject implements IRemoteApp, IRep
|
||||||
if (worker != null)
|
if (worker != null)
|
||||||
worker.interrupt ();
|
worker.interrupt ();
|
||||||
worker = null;
|
worker = null;
|
||||||
typemgr.stop ();
|
|
||||||
|
|
||||||
xmlrpc.removeHandler (this.name);
|
xmlrpc.removeHandler (this.name);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue