move comment inside block, appropriately

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2011-09-07 13:08:24 +00:00
parent 35e7439ca4
commit 1d56ff5bc3
1 changed files with 1 additions and 1 deletions

View File

@ -248,8 +248,8 @@ public class SolrPluginUtils {
boolean explainStruct
= req.getParams().getBool(CommonParams.EXPLAIN_STRUCT, false);
/* userQuery may have been pre-processes .. expose that */
if (dbgQuery) {
/* userQuery may have been pre-processed .. expose that */
dbg.add("rawquerystring", req.getParams().get(CommonParams.Q));
dbg.add("querystring", userQuery);