Basic reformat, hit once, hope never again
This commit is contained in:
@@ -18,14 +18,16 @@
|
||||
|
||||
package appeng.tile;
|
||||
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
import appeng.tile.events.TileEventType;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface TileEvent {
|
||||
|
||||
@Retention( RetentionPolicy.RUNTIME )
|
||||
public @interface TileEvent
|
||||
{
|
||||
|
||||
TileEventType value();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user