Skip to content

Commit dbc5ad6

Browse files
committed
小修改
1 parent 85586ef commit dbc5ad6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

csharp/ToolGood.Algorithm2/DiyNameInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/// 自定义类型

java/toolgood.algorithm/src/main/java/toolgood/algorithm/internals/ConditionTree.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import toolgood.algorithm.math.mathParser;
77
import toolgood.algorithm.math.mathParser2;
88

9-
import java.util.ArrayList;
109
import java.util.List;
1110

1211
public class ConditionTree {

0 commit comments

Comments
 (0)