Throw UnsupportedOperationException in not implemented method

This commit is contained in:
Sam Harwell 2013-04-12 13:20:10 -05:00
parent 5c2b764670
commit bb18e14e04
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class ParserInterpreter {
@Override @Override
public String getGrammarFileName() { public String getGrammarFileName() {
return null; throw new UnsupportedOperationException("not implemented");
} }
@Override @Override