X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmir%2Fentity%2FEntity.java;h=498d97223e672e90581268f35f223ef9a8767733;hb=97488204d3bc9d251b525a70b2cf0c70956a3484;hp=eb4b8b1beeee36ffb43d9cc5de753e1da7a861ea;hpb=cb322ddb18aaf05813ad844dfed8ca630185bfe1;p=mir.git diff --git a/source/mir/entity/Entity.java b/source/mir/entity/Entity.java index eb4b8b1b..498d9722 100755 --- a/source/mir/entity/Entity.java +++ b/source/mir/entity/Entity.java @@ -39,7 +39,7 @@ import mir.storage.DatabaseFailure; * An Entity represents a persistent data object, typically * stored in a database.

* - * @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 */