Skip to content

Commit cbff388

Browse files
author
Pavel Marek
committed
Remove deprecated type from javadoc
1 parent 22d5948 commit cbff388

File tree

1 file changed

+2
-2
lines changed
  • com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime

1 file changed

+2
-2
lines changed

com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/Utils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
*/

0 commit comments

Comments
 (0)