Skip to content

Commit 4a9248b

Browse files
committed
fixed style in javadoc
1 parent 5b2e4e2 commit 4a9248b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/bytecode/GetNameFromLocalsNode.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@
6464
@GenerateUncached
6565
@ImportStatic(SpecialMethodSlot.class)
6666
/**
67-
* Helper node to be used when it's known that a name must be read from a custom locals dict instead of the frame
68-
*/
67+
* Helper node to be used when it's known that a name must be read from a custom locals dict instead
68+
* of the frame
69+
*/
6970
public abstract class GetNameFromLocalsNode extends PNodeWithContext {
7071
public abstract Object execute(Frame frame, Object locals, TruffleString name, boolean cellvar);
7172

0 commit comments

Comments
 (0)