diff --git a/client/java/solrj/src/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java b/client/java/solrj/src/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java index f86d3874c8d..9fa758cef91 100644 --- a/client/java/solrj/src/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java +++ b/client/java/solrj/src/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java @@ -153,7 +153,7 @@ public class CommonsHttpSolrServer extends SolrServer this.setMaxTotalConnections( 128 ); // 20 } - // by default use the XML one + // by default use the binary response parser _parser = parser; this.useMultiPartPost = useMultiPartPost;