[hibernate-commits] Hibernate SVN: r20251 - search/trunk/hibernate-search/src/main/java/org/hibernate/search/spi.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 24 12:58:22 EDT 2010


Author: epbernard
Date: 2010-08-24 12:58:21 -0400 (Tue, 24 Aug 2010)
New Revision: 20251

Modified:
   search/trunk/hibernate-search/src/main/java/org/hibernate/search/spi/BuildContext.java
Log:
Fix typo in JavaDoc

Modified: search/trunk/hibernate-search/src/main/java/org/hibernate/search/spi/BuildContext.java
===================================================================
--- search/trunk/hibernate-search/src/main/java/org/hibernate/search/spi/BuildContext.java	2010-08-24 16:09:07 UTC (rev 20250)
+++ search/trunk/hibernate-search/src/main/java/org/hibernate/search/spi/BuildContext.java	2010-08-24 16:58:21 UTC (rev 20251)
@@ -13,7 +13,7 @@
  */
 public interface BuildContext {
 	/**
-	 * Returns the SessionFactoryImplementor instance. Do not use until after the initialize and/or stard method is
+	 * Returns the SessionFactoryImplementor instance. Do not use until after the initialize and/or start method is
 	 * fully executed.
 	 * Implementations should not cache values provided by the SessionFactoryImplementor but rather access them
 	 * each time: when the configuration is dynamically updated, new changes are available through the



More information about the hibernate-commits mailing list