Removed unnecessary modifier from MEasurable interface
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
package cicaprojekt;
 | 
			
		||||
 | 
			
		||||
public interface Measurable {
 | 
			
		||||
    public int weight();
 | 
			
		||||
    int weight();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user