mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-28 17:33:04 +00:00
Add getter to DatasetValidation class to fix error java.lang.IllegalArgumentException: No serializer found for class
This commit is contained in:
parent
7cc30b7e8b
commit
39a70a373c
@ -12,8 +12,10 @@
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
*/
|
||||
package wherehows.models.view;
|
||||
import lombok.Getter;
|
||||
import lombok.AllArgsConstructor;
|
||||
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public class DatasetValidation {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user