[hibernate-commits] Hibernate SVN: r15570 - search/trunk/src/java/org/hibernate/search.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Nov 16 11:48:22 EST 2008


Author: sannegrinovero
Date: 2008-11-16 11:48:22 -0500 (Sun, 16 Nov 2008)
New Revision: 15570

Modified:
   search/trunk/src/java/org/hibernate/search/FullTextSession.java
Log:
more javadoc fixes

Modified: search/trunk/src/java/org/hibernate/search/FullTextSession.java
===================================================================
--- search/trunk/src/java/org/hibernate/search/FullTextSession.java	2008-11-16 16:46:22 UTC (rev 15569)
+++ search/trunk/src/java/org/hibernate/search/FullTextSession.java	2008-11-16 16:48:22 UTC (rev 15570)
@@ -42,7 +42,7 @@
 	/**
 	 * Remove the entity with the type <code>entityType</code> and the identifier <code>id</code> from the index.
 	 * If <code>id == null</code> all indexed entities of this type and its indexed subclasses are deleted. In this
-	 * case this method behaves like {@link #purgeAll(Class<?>)}.
+	 * case this method behaves like {@link #purgeAll(Class)}.
 	 *
 	 * @param entityType The type of the entity to delete.
 	 * @param id The id of the entity to delete.




More information about the hibernate-commits mailing list