mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-01 22:30:14 +02:00
Remove public from interface
http://docs.oracle.com/javase/specs/jls/se7/html/jls-9.html#jls-9.4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package org.drtshock;
|
||||
|
||||
public interface Tuber {
|
||||
public boolean isDelicious();
|
||||
boolean isDelicious();
|
||||
|
||||
public Tuber propagate();
|
||||
Tuber propagate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user