Add checkstyle validation for formatting, fix issues

This commit is contained in:
Kenzie Togami
2019-04-29 22:40:32 -07:00
parent 1e51bebc46
commit b1c042b196
6 changed files with 24 additions and 16 deletions

View File

@ -223,9 +223,9 @@ public class GeneralCommands {
@Arg(desc = "Item query")
String query,
@Switch(name = 'b', desc = "Only search for blocks")
boolean blocksOnly,
boolean blocksOnly,
@Switch(name = 'i', desc = "Only search for items")
boolean itemsOnly) throws WorldEditException {
boolean itemsOnly) throws WorldEditException {
ItemType type = ItemTypes.get(query);
if (type != null) {