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:
Simon Willnauer 2011-07-22 10:18:26 +00:00
parent 6aea26168a
commit cf0e50f71d
2 changed files with 0 additions and 9 deletions

View File

@ -90,7 +90,4 @@ public interface DIHWriter {
*/
public void init(Context context) ;
//TODO add comments
public DebugLogger getDebugLogger();
}

View File

@ -162,10 +162,4 @@ public class SolrWriter implements DIHWriter {
public void init(Context context) {
/* NO-OP */
}
@Override
public DebugLogger getDebugLogger() {
return debugLogger;
}
}