mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +00:00
Add noargsconstructor to datasetvalidation class
This commit is contained in:
parent
39a70a373c
commit
c6b161f047
@ -14,8 +14,10 @@
|
||||
package wherehows.models.view;
|
||||
import lombok.Getter;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
@Getter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class DatasetValidation {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user