nvdweem / intellij-sqlserver-backup-restore

Plugin for Intellij that allows backing up and restoring databases in SQL Server
MIT License
14 stars 3 forks source link

Stop using internal API's #3

Closed nvdweem closed 4 years ago

nvdweem commented 4 years ago

DbDataSource.getDelegate() (1) Internal method DbDataSource.getDelegate() is invoked in QueryHelper.client(AnActionEvent). This method is marked with @ApiStatus.Internal annotation and indicates that the method is not supposed to be used in client code.