diff truffle/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Shape.java @ 22092:1a1aa12ab310

add some missing javadoc
author Andreas Woess <andreas.woess@oracle.com>
date Mon, 17 Aug 2015 17:40:00 +0200
parents 22ce537a52fd
children af393429ae26
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Shape.java	Mon Aug 17 16:40:43 2015 +0200
+++ b/truffle/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Shape.java	Mon Aug 17 17:40:00 2015 +0200
@@ -284,7 +284,9 @@
     }
 
     /**
-     * Represents a predicate (boolean-valued function) of one argument. For Java 7 compatibility.
+     * Represents a predicate (boolean-valued function) of one argument.
+     *
+     * For Java 7 compatibility (equivalent to Predicate).
      *
      * @param <T> the type of the input to the predicate
      */