Skip to content

Commit c1d0fdb

Browse files
committed
✨ 格式化代码
1 parent 1b8dd5d commit c1d0fdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/dianpoint/summer/validation/ValidationResult.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*/
88

99
public class ValidationResult {
10-
private boolean success;
11-
private String errorMessage;
12-
private String fieldName;
10+
private final boolean success;
11+
private final String errorMessage;
12+
private final String fieldName;
1313

1414
public ValidationResult(boolean success, String errorMessage, String fieldName) {
1515
this.success = success;

0 commit comments

Comments
 (0)