mirror of https://github.com/apache/lucene.git
SOLR-12843: precommit errors
This commit is contained in:
parent
8d205ecd1c
commit
3629e76011
|
@ -73,6 +73,10 @@ public class RequestWriter {
|
|||
return req.getContentWriter(ClientUtils.TEXT_XML);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link #getContentWriter(SolrRequest)}.
|
||||
*/
|
||||
@Deprecated
|
||||
public Collection<ContentStream> getContentStreams(SolrRequest req) throws IOException {
|
||||
if (req instanceof UpdateRequest) {
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue