Skip to content

Commit

Permalink
Compiler warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ed0906 committed Jan 11, 2022
1 parent a2503c2 commit b7364e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class DecoratedDataSet(private val underlying: IDataSet): IDataSet {

override fun getTable(tableName: String): ITable = underlying.getTable(tableName)

@Suppress("DEPRECATION")
override fun getTables(): Array<ITable> = underlying.tables

override fun iterator(): ITableIterator = underlying.iterator()
Expand Down

0 comments on commit b7364e5

Please sign in to comment.