mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
优化代码
This commit is contained in:
@@ -167,8 +167,8 @@ public abstract class AbsSlot implements Slot {
|
||||
}
|
||||
|
||||
public String getExecuteStepStr(){
|
||||
StringBuffer str = new StringBuffer();
|
||||
CmpStep cmpStep = null;
|
||||
StringBuilder str = new StringBuilder();
|
||||
CmpStep cmpStep;
|
||||
for (Iterator<CmpStep> it = executeSteps.iterator(); it.hasNext();) {
|
||||
cmpStep = it.next();
|
||||
str.append(cmpStep);
|
||||
|
||||
Reference in New Issue
Block a user