-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CCAP 636], Implement ccms data storage #1115
Conversation
@@ -3,6 +3,7 @@ | |||
import java.math.BigInteger; | |||
import java.time.LocalDate; | |||
import java.util.List; | |||
import java.util.Optional; |
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.
remove?
private final CountyRepository countyRepository; | ||
private final ResourceOrganizationRepository resourceOrganizationRepository; | ||
|
||
@Autowired |
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.
This looks great, thanks for taking on the task of adding the repository for counties!
Just a small note here, I think the @Autowired
is unnecessary here. Since there is only one constructor for the class, Spring should automatically perform constructor-based dependency injection.
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.
There's is a typo in the County object I flagged, but looks great outside of that!
π Jira ticket
βοΈ Description
π· Design reference
β Completion tasks