Checkstyle

This commit is contained in:
Dylan White
2019-12-22 15:58:13 -06:00
parent 64ae140a48
commit fe5c34bce9
2 changed files with 2 additions and 2 deletions

View File

@@ -367,7 +367,8 @@ public class SuppliesTrackerPlugin extends Plugin
/** /**
* Checks local variable data against client data then returns differences then updates local to client * Checks local variable data against client data then returns differences then updates local to client
*/ */
private void updateRunePouch() { private void updateRunePouch()
{
//check amounts //check amounts
if (OLD_AMOUNT_VARBITS[0] != client.getVar(AMOUNT_VARBITS[0])) if (OLD_AMOUNT_VARBITS[0] != client.getVar(AMOUNT_VARBITS[0]))
{ {

View File

@@ -40,7 +40,6 @@ import javax.swing.JMenuItem;
import javax.swing.JPanel; import javax.swing.JPanel;
import javax.swing.JPopupMenu; import javax.swing.JPopupMenu;
import javax.swing.border.EmptyBorder; import javax.swing.border.EmptyBorder;
import lombok.AccessLevel; import lombok.AccessLevel;
import lombok.Getter; import lombok.Getter;
import net.runelite.client.game.ItemManager; import net.runelite.client.game.ItemManager;