Fix warnings when generating JavaDoc

Change-Id: Ie3606db7c10141339e99bd97806066c251338cdc
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-11-24 10:02:48 +01:00
committed by Shawn Pearce
parent bb360ebe06
commit 74066d9e10
11 changed files with 20 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ import java.util.List;
* other predicates should override {@link #getChildren()} to return the list of
* children nested within the predicate.
*
* @type <T> type of object the predicate can evaluate in memory.
* @param <T> type of object the predicate can evaluate in memory.
*/
public abstract class Predicate<T> {
/** A predicate that matches any input, always, with no cost. */