Date: 2004-10-27T05:35:59
   Editor: HansH�lf <[EMAIL PROTECTED]>
   Wiki: DB Torque Wiki
   Page: HarderTorqueFaq
   URL: http://wiki.apache.org/db-torque/HarderTorqueFaq

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -193,7 +193,7 @@
                        PropertyDescriptor[] pdar = new 
PropertyDescriptor[getFields().size()];
                        Iterator it = getFields().iterator();
                        for (int i = 0; it.hasNext(); i++) {
-                                               String field = (String) it.next();
+                           String field = (String) it.next();
                            PropertyDescriptor pd = new PropertyDescriptor(field, 
getTheClass());
                            pdar[i]=pd;
                                        }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to