Fix checkstyle errors
This commit is contained in:
@@ -59,5 +59,8 @@ public interface MouseHighlightConfig extends Config
|
|||||||
name = "Right Click Option Tooltips",
|
name = "Right Click Option Tooltips",
|
||||||
description = "Whether or not tooltips are shown for options that right-click only."
|
description = "Whether or not tooltips are shown for options that right-click only."
|
||||||
)
|
)
|
||||||
default boolean isRightClickTooltipEnabled() { return false; }
|
default boolean isRightClickTooltipEnabled()
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -137,7 +137,8 @@ class MouseHighlightOverlay extends Overlay
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean isMenuActionRightClickOnly(int type) {
|
private boolean isMenuActionRightClickOnly(int type)
|
||||||
|
{
|
||||||
return type == MenuAction.RUNELITE_OVERLAY.getId()
|
return type == MenuAction.RUNELITE_OVERLAY.getId()
|
||||||
|| type == MenuAction.EXAMINE_ITEM_BANK_EQ.getId();
|
|| type == MenuAction.EXAMINE_ITEM_BANK_EQ.getId();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user