Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r14990 -
 annotations/trunk/src/java/org/hibernate/cfg.

hibernate-commits

2008-07-29


Author LoginPost Reply
Author: hardy.ferentschik
Date: 2008-07-29 14:14:14 -0400 (Tue, 29 Jul 2008)
New Revision: 14990

Modified:
 annotations/trunk/src/java/org/hibernate/cfg/AnnotationConfiguration.java
Log:
* Changed the package name for the search startup class
* Removed @SupressWarnings

Modified: annotations/trunk/src/java/org/hibernate/cfg/AnnotationConfiguration.java
===================================================================
--- annotations/trunk/src/java/org/hibernate/cfg/AnnotationConfiguration.java  2008-07-29 18:09:11 UTC (rev 14989)
+++ annotations/trunk/src/java/org/hibernate/cfg/AnnotationConfiguration.java  2008-07-29 18:14:14 UTC (rev 14990)
@@(protected) @@
* @author Emmanuel Bernard
* @author Hardy Ferentschik
*/
-@(protected)"})
public class AnnotationConfiguration extends Configuration {
 private Logger log = LoggerFactory.getLogger( AnnotationConfiguration.class );
 
 /**
  * Class name of the class needed to enable Search.
  */
-  private static final String SEARCH_STARTUP_CLASS = "org.hibernate.search.cfg.EventListenerRegister";
+  private static final String SEARCH_STARTUP_CLASS = "org.hibernate.search.event.EventListenerRegister";
 
 /**
  * Method to call to enable Search.

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.