From de5ab9a3880a43e914a060deb7d5544222309188 Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 1 Oct 2001 10:40:32 +0000 Subject: [PATCH] removed invocation of stop() method of the app's TypeManager. --- src/helma/framework/core/Application.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helma/framework/core/Application.java b/src/helma/framework/core/Application.java index d1ba4676..0f038cb9 100644 --- a/src/helma/framework/core/Application.java +++ b/src/helma/framework/core/Application.java @@ -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);