From dbc73d491626590235cf5826a8c2615dfdc45951 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Wed, 13 Jul 2016 15:42:27 +0200 Subject: [PATCH] Add docs --- src/main/java/refinedstorage/gui/GuiGrid.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/refinedstorage/gui/GuiGrid.java b/src/main/java/refinedstorage/gui/GuiGrid.java index 1539873a2..820203030 100755 --- a/src/main/java/refinedstorage/gui/GuiGrid.java +++ b/src/main/java/refinedstorage/gui/GuiGrid.java @@ -298,8 +298,7 @@ public class GuiGrid extends GuiBase { if (isOverSlotWithItem()) { /** * Some mods modify the NBT tag in {@link Item#addInformation(ItemStack, EntityPlayer, List, boolean)} - * and that would cause a client and server desync between the items and - * that makes pulling fail. + * and that would cause a client and server desync between the items and that makes pulling fail. */ drawTooltip(mouseX, mouseY, items.get(slotNumber).copy()); }