mirror of
https://github.com/apache/lucene.git
synced 2025-03-01 05:49:33 +00:00
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:
parent
617aafbe47
commit
69cb871e43
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user