Skip to content

Commit 8a93d2d

Browse files
committed
Do not specify an invalid requester object.
1 parent 5db87a5 commit 8a93d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/domaframework/doma/intellij/action/dao/SqlAnnotationConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class SqlAnnotationConverter(
274274
}
275275

276276
// Delete the file
277-
virtualFile.delete(this)
277+
virtualFile.delete(project)
278278
}
279279

280280
private fun formatSql(sqlFile: PsiFile) {

0 commit comments

Comments
 (0)