Skip to content

Commit

Permalink
Check deprecated API
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-galien committed Apr 5, 2024
1 parent bc380dc commit d1b002f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/net/plpgsql/ideadebugger/PlFacade.kt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class PlFacade : SqlDebuggerFacade {
}

/**
* TODO: remove this method when DatabaseTools will be fixed
* Deprecation must be addressed soon as possible
*/
@Deprecated("Deprecated in Java")
override fun createController(

Check failure on line 93 in src/main/kotlin/net/plpgsql/ideadebugger/PlFacade.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Usage of API marked for removal

Overrides method that is deprecated and marked for removal in 'com.intellij.database.debugger.SqlDebuggerFacade'
Expand All @@ -108,4 +108,4 @@ class PlFacade : SqlDebuggerFacade {
private fun checkDataSource(ds: LocalDataSource): Boolean {
return ds.dbms.isPostgres
}
}
}

0 comments on commit d1b002f

Please sign in to comment.