Skip to content

Commit 16e4ca3

Browse files
committed
refactor: this 키워드 추가
1 parent 7b56bcd commit 16e4ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yoonexample/src/main/java/tree/expressiontree/ExpressionTreeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public ExpressionTreeImpl(char[] postfixExpression) {
2222
stack.push(node);
2323
}
2424

25-
root = stack.pop();
25+
this.root = stack.pop();
2626
}
2727

2828
@Override

0 commit comments

Comments
 (0)