You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/07 19:19:59 UTC

svn commit: r412493 - /incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Dao.java

Author: toback
Date: Wed Jun  7 12:19:59 2006
New Revision: 412493

URL: http://svn.apache.org/viewvc?rev=412493&view=rev
Log:
testing the auto id insertion.

Modified:
    incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Dao.java

Modified: incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Dao.java
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Dao.java?rev=412493&r1=412492&r2=412493&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Dao.java (original)
+++ incubator/lokahi/lokahi/trunk/src/java/org/apache/lokahi/core/common/interfaces/Dao.java Wed Jun  7 12:19:59 2006
@@ -22,7 +22,7 @@
  * Required for use of any of the database brokers.
  *
  * @author Stephen Toback
- * @version $Id: Dao.java,v 1.2 2006/03/07 22:05:23 drtobes Exp $
+ * @version $Id$
  * @see GenericDatabaseBroker
  */
 public interface Dao<T extends Dao> {