[hibernate-commits] Hibernate SVN: r20224 - validator/trunk/hibernate-validator/src/main/docbook/en-US/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Aug 23 09:03:55 EDT 2010


Author: stliu
Date: 2010-08-23 09:03:54 -0400 (Mon, 23 Aug 2010)
New Revision: 20224

Modified:
   validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/bootstrapping.xml
Log:
typo

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/bootstrapping.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/bootstrapping.xml	2010-08-23 11:13:03 UTC (rev 20223)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/bootstrapping.xml	2010-08-23 13:03:54 UTC (rev 20224)
@@ -310,7 +310,7 @@
     enabled automatically depending on your environment. The first is the
     <classname>DefaultTraversableResolver</classname> which will always return
     true for <methodname>isReachable()</methodname> and
-    i<methodname>sTraversable()</methodname>. The second is the
+    <methodname>isTraversable()</methodname>. The second is the
     <classname>JPATraversableResolver</classname> which gets enabled when
     Hibernate Validator gets used in combination with JPA 2. In case you have
     to provide your own resolver you can do so again using the



More information about the hibernate-commits mailing list