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