checkstyle fix
checkstyle fix
This commit is contained in:
@@ -152,9 +152,12 @@ public class LootingBagViewerPlugin extends Plugin
|
|||||||
|
|
||||||
if (!Strings.isNullOrEmpty(value.getText()))
|
if (!Strings.isNullOrEmpty(value.getText()))
|
||||||
{
|
{
|
||||||
if (value.getText().equals("Value: -")) {
|
if (value.getText().equals("Value: -"))
|
||||||
|
{
|
||||||
setValueToShow(-1);
|
setValueToShow(-1);
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
String str = value.getText();
|
String str = value.getText();
|
||||||
str = str.replace("Bag value: ", "")
|
str = str.replace("Bag value: ", "")
|
||||||
.replace("Value: ", "")
|
.replace("Value: ", "")
|
||||||
|
|||||||
Reference in New Issue
Block a user