SOLR-12843: precommit errors

This commit is contained in:
Noble Paul 2018-10-10 15:38:20 +11:00
parent 8d205ecd1c
commit 3629e76011
1 changed files with 4 additions and 0 deletions

View File

@ -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;