removed invocation of stop() method of the app's TypeManager.

This commit is contained in:
hns 2001-10-01 10:40:32 +00:00
parent 545aec7407
commit de5ab9a388

View file

@ -273,7 +273,6 @@ public class Application extends UnicastRemoteObject implements IRemoteApp, IRep
if (worker != null)
worker.interrupt ();
worker = null;
typemgr.stop ();
xmlrpc.removeHandler (this.name);