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:
Ryan McKinley 2007-07-15 00:00:12 +00:00
parent 7ce991fb80
commit d044bbd589
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {