Skip to content

Commit 714fa26

Browse files
Formatting
1 parent c8bda96 commit 714fa26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/nodes/EspressoInstrumentableNode.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ public abstract class EspressoInstrumentableNode extends Node implements BciProv
5252

5353
@Override
5454
public final EspressoContext getContext() {
55-
// WARNING: this returns the **current**, thread-local, context; not a context associated with this node.
55+
/*
56+
* WARNING: this returns the **current**, thread-local, context; not a context associated
57+
* with this node.
58+
*/
5659
return EspressoContext.get(this);
5760
}
5861

0 commit comments

Comments
 (0)