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