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)
@@ -61,14 +61,13 @@
* @author Emmanuel Bernard
* @author Hardy Ferentschik
*/
-@SuppressWarnings({"unchecked", "serial"})
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.
Show replies by date