From 10540b83e3513653142fd72fdde19098a0791f98 Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 14 Nov 2003 13:40:01 +0000 Subject: [PATCH] Remove unused imports --- src/helma/framework/core/AppClassLoader.java | 5 ----- src/helma/framework/core/Prototype.java | 3 --- 2 files changed, 8 deletions(-) diff --git a/src/helma/framework/core/AppClassLoader.java b/src/helma/framework/core/AppClassLoader.java index d9254888..e25503b7 100644 --- a/src/helma/framework/core/AppClassLoader.java +++ b/src/helma/framework/core/AppClassLoader.java @@ -18,11 +18,6 @@ package helma.framework.core; import java.net.URL; import java.net.URLClassLoader; -import java.security.CodeSource; -import java.security.Permission; -import java.security.PermissionCollection; -import java.security.Permissions; -import java.util.Enumeration; /** * ClassLoader subclass with package accessible addURL method. diff --git a/src/helma/framework/core/Prototype.java b/src/helma/framework/core/Prototype.java index 5fcab75d..dce55640 100644 --- a/src/helma/framework/core/Prototype.java +++ b/src/helma/framework/core/Prototype.java @@ -16,11 +16,8 @@ package helma.framework.core; -import helma.framework.*; -import helma.objectmodel.*; import helma.objectmodel.db.DbMapping; import helma.scripting.*; -import helma.util.Updatable; import helma.util.SystemMap; import java.io.*; import java.util.*;