equipmentinspector: (Package) private class/method

This commit is contained in:
sdburns1998
2019-07-07 05:06:31 +02:00
parent 05acb2bf2c
commit 446bb4e39b
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ import net.runelite.client.ui.PluginPanel;
@Slf4j
@Singleton
public class EquipmentInspectorPanel extends PluginPanel
class EquipmentInspectorPanel extends PluginPanel
{
private final static String NO_PLAYER_SELECTED = "No player selected";

View File

@@ -306,7 +306,7 @@ public class EquipmentInspectorPlugin extends Plugin
}
}
public void updateConfig()
private void updateConfig()
{
this.ShowValue = config.ShowValue();
this.protecteditems = config.protecteditems();