BuiltInExceptions.java formatted.

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

View file

@ -153,11 +153,13 @@ public class BuiltInExceptions implements BuiltInExceptionProvider {
@Override @Override
public DynamicCommandExceptionType readerExpectedSymbol() { public DynamicCommandExceptionType readerExpectedSymbol() {
return READER_EXPECTED_SYMBOL; } return READER_EXPECTED_SYMBOL;
}
@Override @Override
public DynamicCommandExceptionType readerNoSuchElement() { public DynamicCommandExceptionType readerNoSuchElement() {
return READER_NO_SUCH_ELEMENT; } return READER_NO_SUCH_ELEMENT;
}
@Override @Override
public SimpleCommandExceptionType dispatcherUnknownCommand() { public SimpleCommandExceptionType dispatcherUnknownCommand() {