fix incorrect class name in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2010-06-21 21:55:03 +00:00
parent eb444204d6
commit f1be531c50
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* StreamingHttpSolrServer buffers all added documents and writes them
* {@link StreamingUpdateSolrServer} buffers all added documents and writes them
* into open HTTP connections. This class is thread safe.
*
* Although any SolrServer request can be made with this implementation,