Skip to content

Commit 02a4624

Browse files
committed
Run basic validation before custom validation
1 parent e229a44 commit 02a4624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/rschmitt/dynamicobject/internal/DynamicObjectInstance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ public D validate(D self) {
153153
}
154154

155155
public Object $$validate() {
156-
$$customValidate();
157156
Validation.validateInstance(this);
157+
$$customValidate();
158158
return this;
159159
}
160160

0 commit comments

Comments
 (0)