BuiltInExceptions.java
formatted.
This commit is contained in:
parent
c3e159bcb9
commit
18d71926fc
1 changed files with 4 additions and 2 deletions
|
@ -153,11 +153,13 @@ public class BuiltInExceptions implements BuiltInExceptionProvider {
|
|||
|
||||
@Override
|
||||
public DynamicCommandExceptionType readerExpectedSymbol() {
|
||||
return READER_EXPECTED_SYMBOL; }
|
||||
return READER_EXPECTED_SYMBOL;
|
||||
}
|
||||
|
||||
@Override
|
||||
public DynamicCommandExceptionType readerNoSuchElement() {
|
||||
return READER_NO_SUCH_ELEMENT; }
|
||||
return READER_NO_SUCH_ELEMENT;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SimpleCommandExceptionType dispatcherUnknownCommand() {
|
||||
|
|
Loading…
Reference in a new issue