Begin implementation of CheckStyle style checking
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
public class ItemSign extends ItemBlockWallable {
|
||||
|
||||
+ public static boolean openSign; // CraftBukkit
|
||||
+
|
||||
+
|
||||
public ItemSign(Item.Info item_info, Block block, Block block1) {
|
||||
super(block, block1, item_info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user