adding doc
[mir.git] / source / mir / entity / Entity.java
index eb4b8b1..498d972 100755 (executable)
@@ -39,7 +39,7 @@ import mir.storage.DatabaseFailure;
  * An <code>Entity</code> represents a persistent data object, typically
  *   stored in a database.<p>
  *
- * @version $Id: Entity.java,v 1.21.2.12 2005/03/26 11:26:23 zapata Exp $
+ * @version $Id: Entity.java,v 1.21.2.13 2005/07/28 21:44:01 grok Exp $
  */
 
 public interface Entity {
@@ -64,7 +64,7 @@ public interface Entity {
   public void setId(String id);
 
   /**
-   * Insers Entity into the database via Database
+   * Inserts Entity into the database via Database
    * @return Primary Key of the Entity
    * @exception DatabaseExc
    */