mirror of https://github.com/apache/lucene.git
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:
parent
165b055ebe
commit
b24d05ca50
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,7 +49,6 @@ public class TikaLanguageIdentifierUpdateProcessorFactory extends
|
|||
protected SolrParams appends;
|
||||
protected SolrParams invariants;
|
||||
|
||||
@Override
|
||||
public void inform(SolrCore core) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue