mirror of https://github.com/apache/lucene.git
SOLR-269 -- a chain subclass should be able to manipulate the chain
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ce991fb80
commit
d044bbd589
|
@ -51,7 +51,7 @@ import org.w3c.dom.NodeList;
|
|||
*/
|
||||
public class ChainedUpdateProcessorFactory extends UpdateRequestProcessorFactory
|
||||
{
|
||||
UpdateRequestProcessorFactory[] factory;
|
||||
protected UpdateRequestProcessorFactory[] factory;
|
||||
|
||||
@Override
|
||||
public void init( Node node ) {
|
||||
|
|
Loading…
Reference in New Issue