[hibernate-commits] Hibernate SVN: r11392 - trunk/HibernateExt/shards/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 5 13:10:30 EDT 2007


Author: max.ross
Date: 2007-04-05 13:10:29 -0400 (Thu, 05 Apr 2007)
New Revision: 11392

Modified:
   trunk/HibernateExt/shards/doc/reference/en/modules/querying.xml
Log:
fix bug HSHARDS-7, typo

Modified: trunk/HibernateExt/shards/doc/reference/en/modules/querying.xml
===================================================================
--- trunk/HibernateExt/shards/doc/reference/en/modules/querying.xml	2007-04-05 14:48:12 UTC (rev 11391)
+++ trunk/HibernateExt/shards/doc/reference/en/modules/querying.xml	2007-04-05 17:10:29 UTC (rev 11392)
@@ -25,7 +25,7 @@
             collected in the application tier.  The sorting needs to take place inside Hibernate Shards, and
             in order for this to happen we require that all objects returned by a <classname>Criteria</classname>
             query with an order-by clause implement the <classname>Comparable</classname> interface.
-            If the type of the objects you return do not implement this exception you'll receive an
+            If the type of the objects you return do not implement this interface you'll receive an
             exception.
         </para>
         <para>




More information about the hibernate-commits mailing list