From 9a585f9b4024c827af218ccb12f51bfb2ee25693 Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 1 Oct 2002 15:48:56 +0000 Subject: [PATCH] Made remove() public since it is now part of the Updatable interface. --- src/helma/scripting/ActionFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/scripting/ActionFile.java b/src/helma/scripting/ActionFile.java index 8c767414..f50dea41 100644 --- a/src/helma/scripting/ActionFile.java +++ b/src/helma/scripting/ActionFile.java @@ -93,7 +93,7 @@ public class ActionFile implements Updatable { } } - protected void remove () { + public void remove () { prototype.removeAction (name); if (file != null) prototype.removeUpdatable (file.getName());