[hibernate-commits] Hibernate SVN: r11194 - branches/Branch_3_2/HibernateExt/annotations/src/java/org/hibernate/annotations.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Feb 13 00:09:17 EST 2007


Author: epbernard
Date: 2007-02-13 00:09:17 -0500 (Tue, 13 Feb 2007)
New Revision: 11194

Modified:
   branches/Branch_3_2/HibernateExt/annotations/src/java/org/hibernate/annotations/Tables.java
Log:
ANN-555

Modified: branches/Branch_3_2/HibernateExt/annotations/src/java/org/hibernate/annotations/Tables.java
===================================================================
--- branches/Branch_3_2/HibernateExt/annotations/src/java/org/hibernate/annotations/Tables.java	2007-02-10 17:35:56 UTC (rev 11193)
+++ branches/Branch_3_2/HibernateExt/annotations/src/java/org/hibernate/annotations/Tables.java	2007-02-13 05:09:17 UTC (rev 11194)
@@ -14,5 +14,5 @@
 @Target({TYPE})
 @Retention(RUNTIME)
 public @interface Tables {
-	Table[] values();
+	Table[] value();
 }




More information about the hibernate-commits mailing list