comment out interface @override for end-of-life compiler

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1184822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-10-16 13:42:11 +00:00
parent 165b055ebe
commit b24d05ca50
2 changed files with 1 additions and 3 deletions

View File

@ -61,7 +61,6 @@ public class LangDetectLanguageIdentifierUpdateProcessorFactory extends
protected SolrParams appends;
protected SolrParams invariants;
@Override
public void inform(SolrCore core) {
}
@ -133,4 +132,4 @@ public class LangDetectLanguageIdentifierUpdateProcessorFactory extends
}
DetectorFactory.loadProfile(profileData);
}
}
}

View File

@ -49,7 +49,6 @@ public class TikaLanguageIdentifierUpdateProcessorFactory extends
protected SolrParams appends;
protected SolrParams invariants;
@Override
public void inform(SolrCore core) {
}