Eclipse was complaining about the @override
git-svn-id: http://google-refine.googlecode.com/svn/trunk@993 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
0af7e5fcf5
commit
4a94c22412
@ -25,7 +25,6 @@ public class JythonEvaluable implements Evaluable {
|
|||||||
static public LanguageSpecificParser createParser() {
|
static public LanguageSpecificParser createParser() {
|
||||||
return new LanguageSpecificParser() {
|
return new LanguageSpecificParser() {
|
||||||
|
|
||||||
@Override
|
|
||||||
public Evaluable parse(String s) throws ParsingException {
|
public Evaluable parse(String s) throws ParsingException {
|
||||||
return new JythonEvaluable(s);
|
return new JythonEvaluable(s);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user