Fix warnings when generating JavaDoc
Change-Id: Ie3606db7c10141339e99bd97806066c251338cdc Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:

committed by
Shawn Pearce

parent
bb360ebe06
commit
74066d9e10
@@ -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. */
|
||||
|
Reference in New Issue
Block a user