mirror of https://github.com/apache/lucene.git
SOLR-909 -- Removing redundant NamedList member in DataImportHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ddfd04ae4
commit
7d8a67dc01
|
@ -69,8 +69,6 @@ public class DataImportHandler extends RequestHandlerBase implements
|
|||
|
||||
private Map<String, String> variables = new HashMap<String, String>();
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private NamedList initArgs;
|
||||
|
||||
private Map<String, Properties> dataSources = new HashMap<String, Properties>();
|
||||
|
||||
|
@ -82,8 +80,6 @@ public class DataImportHandler extends RequestHandlerBase implements
|
|||
@SuppressWarnings("unchecked")
|
||||
public void init(NamedList args) {
|
||||
super.init(args);
|
||||
|
||||
initArgs = args;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
Loading…
Reference in New Issue