File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2013, 2021 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2013, 2022 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -626,7 +626,7 @@ public static Frame getCallerFrame(RCaller caller, FrameAccess fa) {
626626
627627 /**
628628 * Retrieve the actual current frame. This may be different from the frame returned by
629- * {@link TruffleRuntime#getCurrentFrame()} due to operations applied in
629+ * {@code TruffleRuntime#getCurrentFrame()} due to operations applied in
630630 * {@code FunctionDefinitionNode.execute(VirtualFrame)}. Also see
631631 * {@code FunctionDefinitionNode.substituteFrame}.
632632 */
You can’t perform that action at this time.
0 commit comments