fix comment

This commit is contained in:
Looly
2025-06-25 17:03:22 +08:00
parent 9d83869d85
commit bb607e30ae
21 changed files with 484 additions and 142 deletions

View File

@@ -34,6 +34,9 @@ public class BoolArrayMatcher implements PartMatcher {
* 用户定义此字段的最小值
*/
protected final int minValue;
/**
* 匹配值列表
*/
protected final boolean[] bValues;
/**