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