Author: hardy.ferentschik
Date: 2008-11-24 10:46:29 -0500 (Mon, 24 Nov 2008)
New Revision: 15607
Modified:
search/trunk/src/java/org/hibernate/search/engine/DocumentBuilder.java
Log:
HSEARCH-285 removed deprecation on DocumentBuilder
Modified: search/trunk/src/java/org/hibernate/search/engine/DocumentBuilder.java
===================================================================
--- search/trunk/src/java/org/hibernate/search/engine/DocumentBuilder.java 2008-11-24
11:39:52 UTC (rev 15606)
+++ search/trunk/src/java/org/hibernate/search/engine/DocumentBuilder.java 2008-11-24
15:46:29 UTC (rev 15607)
@@ -6,7 +6,6 @@
/**
* Interface created to keep backwards compatibility.
*
- * @deprecated As of release 3.1.0, replaced by {@link
org.hibernate.search.ProjectionConstants}
* @author Hardy Ferentschik
*/
public interface DocumentBuilder {
@@ -14,8 +13,6 @@
/**
* Lucene document field name containing the fully qualified classname of the indexed
class.
*
- * @deprecated As of release 3.1.0, replaced by {@link
org.hibernate.search.ProjectionConstants#OBJECT_CLASS}
*/
- @Deprecated
String CLASS_FIELDNAME = ProjectionConstants.OBJECT_CLASS;
}
Show replies by date