diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/Frame.java @ 21170:422f913e9310

Truffle: remove obsolete javadoc
author Andreas Woess <andreas.woess@oracle.com>
date Thu, 30 Apr 2015 23:58:00 +0200
parents 64dcb92ee75a
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/Frame.java	Thu Apr 30 23:55:22 2015 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/frame/Frame.java	Thu Apr 30 23:58:00 2015 +0200
@@ -167,8 +167,7 @@
 
     /**
      * Materializes this frame, which allows it to be stored in a field or cast to
-     * {@link java.lang.Object}. The frame however looses the ability to be packed or to access the
-     * caller frame.
+     * {@link java.lang.Object}.
      *
      * @return the new materialized frame
      */