javadoc content and format improvements (inspired by SOLR-932)

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-12-22 03:03:25 +00:00
parent 92165b3347
commit 617aafbe47
1 changed files with 1 additions and 3 deletions

View File

@ -94,9 +94,7 @@ public class XmlUpdateRequestHandler extends ContentStreamHandlerBase {
* success or failure from an XML formated Update (from the Reader)
*
* @since solr 1.2
* @deprecated Use
* {@link XMLLoader#processUpdate(UpdateRequestProcessor, XMLStreamReader)}
* instead.
* @deprecated Use {@link XMLLoader#load(SolrQueryRequest,SolrQueryResponse,ContentStream)} instead.
*/
@Deprecated
public void doLegacyUpdate(Reader input, Writer output) {