Skip to content

Commit

Permalink
[GR-28526] Update TruffleStackTraceElement.getFrame doc to read-only.
Browse files Browse the repository at this point in the history
PullRequest: graal/7931
  • Loading branch information
bjfish committed Jan 6, 2021
2 parents b8f7635 + 71677c3 commit 780ce3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ public RootCallTarget getTarget() {
}

/**
* Returns the materialized frame. Returns <code>null</code> if the initial {@link RootNode}
* that filled in the stack trace did not request frames to be captured by overriding
* Returns the read-only frame. Returns <code>null</code> if the initial {@link RootNode} that
* filled in the stack trace did not request frames to be captured by overriding
* {@link RootNode#isCaptureFramesForTrace()}.
*
* @since 0.31
Expand Down

0 comments on commit 780ce3d

Please sign in to comment.