Skip to content

Commit e9b8027

Browse files
committed
小修改
1 parent dbc5ad6 commit e9b8027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ToolGood.Algorithm2/ConditionCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class ConditionCache
1515
/// <summary>
1616
/// 最后一个错误
1717
/// </summary>
18-
public string LastError;
18+
public string LastError { get; private set; }
1919
/// <summary>
2020
/// 是否开启延迟加载
2121
/// 开启后,不会立即调取Parse

0 commit comments

Comments
 (0)