File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
csharp/ToolGood.Algorithm2
java/toolgood.algorithm/src/main/java/toolgood/algorithm/internals Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ public class DiyNameInfo
1111 /// <summary>
1212 /// 自定义 参数
1313 /// </summary>
14- public List < String > Parameters { get ; set ; }
14+ public List < String > Parameters { get ; private set ; }
1515 /// <summary>
1616 /// 自定义方法
1717 /// </summary>
18- public List < String > Functions { get ; set ; }
18+ public List < String > Functions { get ; private set ; }
1919
2020 /// <summary>
2121 /// 自定义类型
Original file line number Diff line number Diff line change 66import toolgood .algorithm .math .mathParser ;
77import toolgood .algorithm .math .mathParser2 ;
88
9- import java .util .ArrayList ;
109import java .util .List ;
1110
1211public class ConditionTree {
You can’t perform that action at this time.
0 commit comments