remove redundant new

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@647197 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2008-04-11 15:22:14 +00:00
parent aca45bce71
commit 1e5bd1390b
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ public class CommonsHttpSolrServer extends SolrServer
// The parser 'wt=' and 'version=' params are used instead of the original params
ModifiableSolrParams wparams = new ModifiableSolrParams();
wparams = new ModifiableSolrParams();
wparams.set( CommonParams.WT, parser.getWriterType() );
wparams.set( CommonParams.VERSION, parser.getVersion() );
if( params == null ) {