minor changes according to JLint
[mir.git] / source / mircoders / servlet / ServletModuleOpenIndy.java
index 6172d1c..3f89073 100755 (executable)
@@ -121,7 +121,7 @@ import org.apache.struts.util.MessageResources;
  *    open-postings to the newswire
  *
  * @author mir-coders group
- * @version $Id: ServletModuleOpenIndy.java,v 1.89.2.8 2003/10/23 14:55:25 rk Exp $
+ * @version $Id: ServletModuleOpenIndy.java,v 1.89.2.9 2003/12/03 18:10:46 rk Exp $
  *
  */
 
@@ -844,7 +844,7 @@ public class ServletModuleOpenIndy extends ServletModule
             queryString = queryString + " +" + videoFragment;
           }
 
-          if (queryString == null || queryString == "") {
+          if (queryString == null) {
             queryString = "";
           }
           else {