Throw UnsupportedOperationException in not implemented method
This commit is contained in:
parent
5c2b764670
commit
bb18e14e04
|
@ -64,7 +64,7 @@ public class ParserInterpreter {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getGrammarFileName() {
|
public String getGrammarFileName() {
|
||||||
return null;
|
throw new UnsupportedOperationException("not implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue