Added simple toString() for testing
This commit is contained in:
parent
eafdc7fbe6
commit
1cb720d09f
@ -40,6 +40,11 @@ public class ScapeFashionItem {
|
|||||||
return match;
|
return match;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return String.format("Item: [%s]", name);
|
||||||
|
}
|
||||||
|
|
||||||
public static class Builder {
|
public static class Builder {
|
||||||
private String name;
|
private String name;
|
||||||
private String slot;
|
private String slot;
|
||||||
|
Loading…
Reference in New Issue
Block a user