whoops ... last commit was a fat finger. changing deprecation method to not refer to a package protected class

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728583 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-12-22 03:11:39 +00:00
parent 617aafbe47
commit 69cb871e43

View File

@ -94,7 +94,11 @@ public class XmlUpdateRequestHandler extends ContentStreamHandlerBase {
* success or failure from an XML formated Update (from the Reader)
*
* @since solr 1.2
* @deprecated Use {@link XMLLoader#load(SolrQueryRequest,SolrQueryResponse,ContentStream)} instead.
* @deprecated Direct updates fro ma Reader, as well as the response
* format produced by this method, have been deprecated
* and will be removed in future versions. Any code using
* this method should be changed to use {@link #handleRequest}
* method with a ContentStream.
*/
@Deprecated
public void doLegacyUpdate(Reader input, Writer output) {