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.
Show replies by date