clear 로 변경

This commit is contained in:
yunjy-hp
2026-01-08 15:15:25 +09:00
parent c789e82e0e
commit 3b2097eb8c
@@ -24,10 +24,7 @@ public class SubStringRequestMessage extends PostfixMathCommand {
int end = toInt(p1);
String resultStr = bizData.substring(start, end);
if(inStack.size() > 0){
inStack.pop();
}
inStack.clear();
inStack.push(resultStr);
}