added small doc. comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2008-10-21 14:51:41 +00:00
parent 3803c42a6b
commit cd4135489d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class ResponseBuilder
public int stage; // What stage is this current request at?
//The address of the Shard
public String[] shards;
public List<ShardRequest> outgoing; // requests to be sent
public List<ShardRequest> finished; // requests that have received responses from all shards