BuiltInExceptions.java formatted.

This commit is contained in:
Pavel Erokhin (MairwunNx) 2020-04-18 17:00:35 +03:00
parent 0152ff0d6b
commit c3e159bcb9

View file

@ -152,10 +152,12 @@ public class BuiltInExceptions implements BuiltInExceptionProvider {
} }
@Override @Override
public DynamicCommandExceptionType readerExpectedSymbol() { return READER_EXPECTED_SYMBOL; } public DynamicCommandExceptionType readerExpectedSymbol() {
return READER_EXPECTED_SYMBOL; }
@Override @Override
public DynamicCommandExceptionType readerNoSuchElement() { return READER_NO_SUCH_ELEMENT; } public DynamicCommandExceptionType readerNoSuchElement() {
return READER_NO_SUCH_ELEMENT; }
@Override @Override
public SimpleCommandExceptionType dispatcherUnknownCommand() { public SimpleCommandExceptionType dispatcherUnknownCommand() {