small fixes here and there
[mir.git] / source / mircoders / entity / EntityComment.java
index b8baf80..a40c0e0 100755 (executable)
@@ -42,7 +42,7 @@ import mircoders.storage.DatabaseContent;
  * This class maps one line of the comment-table to a java-object.
  *
  * @author $Author: zapata $
- * @version $Revision: 1.16.2.2 $ $Date: 2004/01/18 17:30:58 $
+ * @version $Revision: 1.16.2.3 $ $Date: 2004/02/08 21:05:02 $
  */
 
 
@@ -60,9 +60,9 @@ public class EntityComment extends AbstractEntity {
 
 
   /**
-   * overridden method setValues to patch creator_main_url
+   * overridden method setFieldValues to patch creator_main_url
    */
-  public void setValues(Map theStringValues)
+  public void setFieldValues(Map theStringValues)
   {
     if (theStringValues != null) {
       if (theStringValues.containsKey("main_url")){
@@ -76,7 +76,7 @@ public class EntityComment extends AbstractEntity {
       }
 
     }
-    super.setValues(theStringValues);
+    super.setFieldValues(theStringValues);
   }
 
   /**