Made remove() public since it is now part of the Updatable interface.
This commit is contained in:
parent
22ec65ab3b
commit
9a585f9b40
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue