changeset 22193:dd0b18eb8000

Don't document remove parameter
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 24 Sep 2015 13:30:29 +0200
parents 1e753eabe503
children 7afb5e5cc3ca
files truffle/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Location.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Location.java	Thu Sep 24 12:51:01 2015 +0200
+++ b/truffle/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/Location.java	Thu Sep 24 13:30:29 2015 +0200
@@ -67,7 +67,6 @@
     /**
      * Get object value as object at this location in store.
      *
-     * @param shape the current shape of the object, which must contain this location
      */
     public final Object get(DynamicObject store) {
         return get(store, false);