mirror of https://github.com/apache/lucene.git
removed unnecessary interface method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6aea26168a
commit
cf0e50f71d
|
@ -90,7 +90,4 @@ public interface DIHWriter {
|
||||||
*/
|
*/
|
||||||
public void init(Context context) ;
|
public void init(Context context) ;
|
||||||
|
|
||||||
//TODO add comments
|
|
||||||
public DebugLogger getDebugLogger();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -162,10 +162,4 @@ public class SolrWriter implements DIHWriter {
|
||||||
public void init(Context context) {
|
public void init(Context context) {
|
||||||
/* NO-OP */
|
/* NO-OP */
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public DebugLogger getDebugLogger() {
|
|
||||||
return debugLogger;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue