forked from jasder/antlr
reformat
This commit is contained in:
parent
ae08867ff3
commit
9ae92a5cef
|
@ -67,9 +67,9 @@ public interface ANTLRErrorListener<Symbol> {
|
|||
* surrounding rule.
|
||||
*/
|
||||
public <T extends Symbol> void error(Recognizer<T, ?> recognizer,
|
||||
@Nullable T offendingSymbol,
|
||||
int line,
|
||||
int charPositionInLine,
|
||||
String msg,
|
||||
@Nullable RecognitionException e);
|
||||
@Nullable T offendingSymbol,
|
||||
int line,
|
||||
int charPositionInLine,
|
||||
String msg,
|
||||
@Nullable RecognitionException e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue