We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85586ef commit dbc5ad6Copy full SHA for dbc5ad6
2 files changed
csharp/ToolGood.Algorithm2/DiyNameInfo.cs
@@ -11,11 +11,11 @@ public class DiyNameInfo
11
/// <summary>
12
/// 自定义 参数
13
/// </summary>
14
- public List<String> Parameters { get; set; }
+ public List<String> Parameters { get; private set; }
15
16
/// 自定义方法
17
18
- public List<String> Functions { get; set; }
+ public List<String> Functions { get; private set; }
19
20
21
/// 自定义类型
java/toolgood.algorithm/src/main/java/toolgood/algorithm/internals/ConditionTree.java
@@ -6,7 +6,6 @@
6
import toolgood.algorithm.math.mathParser;
7
import toolgood.algorithm.math.mathParser2;
8
9
-import java.util.ArrayList;
10
import java.util.List;
public class ConditionTree {
0 commit comments