cleanup: remove unnecessary interface modifiers
This commit is contained in:
@@ -26,8 +26,8 @@ package provider;
|
||||
* @author Matze
|
||||
*/
|
||||
public interface MapleDataEntry extends MapleDataEntity {
|
||||
public String getName();
|
||||
public int getSize();
|
||||
public int getChecksum();
|
||||
public int getOffset();
|
||||
String getName();
|
||||
int getSize();
|
||||
int getChecksum();
|
||||
int getOffset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user