-
Notifications
You must be signed in to change notification settings - Fork 7
Implementing an evcs validation. #1003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixing throwing exception for not yet implemented validations.
sebastian-peter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good from my side, just some minor syntactic points here
src/main/java/edu/ie3/datamodel/utils/validation/SystemParticipantValidationUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/utils/validation/SystemParticipantValidationUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/datamodel/utils/validation/SystemParticipantValidationUtils.java
Outdated
Show resolved
Hide resolved
sebastian-peter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@staudtMarius I fixed some minor errors (if you're curious, check here) and now it looks good to go!
Resolves #879
Resolves #1000