We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7ee14 commit af46287Copy full SHA for af46287
src/main/kotlin/org/domaframework/doma/intellij/common/dao/DaoMethodUtil.kt
@@ -51,7 +51,7 @@ fun findDaoMethod(
51
val virtualFile = originalFile.virtualFile ?: return null
52
val module = project.getModule(virtualFile)
53
54
- if (isInjectionSqlFile(originalFile)) {
+ if (isInjectedSqlFile(originalFile)) {
55
originalFile.let {
56
return PsiTreeUtil.getParentOfType(originalFile.context, PsiMethod::class.java)
57
}
0 commit comments