Checkstyle
This commit is contained in:
@@ -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]))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user