misc. minor comment clarification
authormh <mh>
Thu, 5 Dec 2002 08:35:29 +0000 (08:35 +0000)
committermh <mh>
Thu, 5 Dec 2002 08:35:29 +0000 (08:35 +0000)
source/mircoders/servlet/ServletModuleHidden.java

index e277ba1..1fb2042 100755 (executable)
@@ -99,7 +99,7 @@ public class ServletModuleHidden extends ServletModule
           EntityList theList = mainModule.getByWhereClause(whereClause, order, -1);
                                        if (theList!=null && theList.size()>0) {
 
-                                               //make articleHash for comment
+                                               //make articleHash
                                                StringBuffer buf= new StringBuffer("id in (");boolean first=true;
                                                for(int i=0;i<theList.size();i++) {
                                                        if (first==false) buf.append(",");