Removed unnecessary modifier
This commit is contained in:
parent
bb1ef28f71
commit
7f1c6c480d
@ -1,5 +1,5 @@
|
||||
package cicaprojekt;
|
||||
|
||||
public interface Destroyable {
|
||||
public void destroy();
|
||||
void destroy();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user