Made remove() public since it is now part of the Updatable interface.

This commit is contained in:
hns 2002-10-01 15:48:56 +00:00
parent 22ec65ab3b
commit 9a585f9b40

View file

@ -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());