From e6824fe0ee1ae609a35fec2c509855e506e40950 Mon Sep 17 00:00:00 2001 From: hns Date: Thu, 30 Mar 2006 10:17:53 +0000 Subject: [PATCH] * Remove unused import statement. --- src/helma/scripting/rhino/RhinoCore.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/helma/scripting/rhino/RhinoCore.java b/src/helma/scripting/rhino/RhinoCore.java index ed941bf9..91096cbf 100644 --- a/src/helma/scripting/rhino/RhinoCore.java +++ b/src/helma/scripting/rhino/RhinoCore.java @@ -23,7 +23,6 @@ import helma.framework.core.*; import helma.framework.repository.Resource; import helma.objectmodel.*; import helma.objectmodel.db.DbMapping; -import helma.objectmodel.db.DbKey; import helma.scripting.*; import helma.util.CacheMap; import helma.util.SystemMap; @@ -877,7 +876,7 @@ public final class RhinoCore implements ScopeProvider { /** * Compilation has been completed successfully - switch over to code - * from temporary prototype, removing properties that haven't been + * from temporary prototype, removing properties that haven't been * renewed. */ public void commitCompilation() {