From 2d476a0b6dff5a5407f8bb1cc89eb9f37cfe2b9e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 1 Feb 2016 20:30:15 +0100 Subject: [PATCH] What the fuck IntelliJ --- .../actuallyadditions/mod/tile/TileEntityInventoryBase.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/tile/TileEntityInventoryBase.java b/src/main/java/de/ellpeck/actuallyadditions/mod/tile/TileEntityInventoryBase.java index 672c98799..15107de4e 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/tile/TileEntityInventoryBase.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/tile/TileEntityInventoryBase.java @@ -209,8 +209,6 @@ public abstract class TileEntityInventoryBase extends TileEntityBase implements return stack; } - - @Override public String getName(){ return this.name; @@ -226,8 +224,4 @@ public abstract class TileEntityInventoryBase extends TileEntityBase implements return new ChatComponentText(StringUtil.localize(this.getName())); } - - - - }