conductor
conductor copied to clipboard
Make fields and methods protected for CassandraExecutionDAO for extensibility
Pull Request type
- [ ] Bugfix
- [ ] Feature
- [ X] Refactoring (no functional changes, no api changes)
- [ ] Build related changes (Please run
./gradlew generateLock saveLock
to refresh dependencies) - [ ] WHOSUSING.md
- [ ] Other (please describe):
Changes in this PR
Describe the new behavior from this PR, and why it's needed
We have our own CassandraExecutionDAO that we use that overrides some of the behavior in the regular CassandraExecutionDAO. We want to be able to extend the CassandraExecutionDAO, and still make use of fields and methods from the DAO.