-
Notifications
You must be signed in to change notification settings - Fork 18
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
refactor: Separate ontology helpers accessing cache and triplestore #3270
Conversation
…ss/dsp-api into wip/split-onto-helpers
.scalafix.conf
Outdated
@@ -18,3 +18,4 @@ OrganizeImports { | |||
removeUnused = false | |||
targetDialect = Scala3 | |||
} | |||
OrganizeImports.targetDialect = Scala3 |
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.
question: Isn't this duplicating line 19?
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 was auto-added by metals, sorry about this. Yes, this looks very redundant, I'll revert it
webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/OntologyHelpers.scala
Outdated
Show resolved
Hide resolved
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.
Please update split the different classes into different files.
Pull Request Checklist
Task Description/Number
Issue Number: DEV-
PR Type
Basic requirements for bug fixes and features
Does this PR introduce a breaking change?