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 d9aa91a commit bf83999Copy full SHA for bf83999
ktorm-core/src/main/kotlin/org/ktorm/database/CachedRowSet.kt
@@ -46,7 +46,7 @@ import javax.sql.rowset.serial.*
46
*
47
* @since 2.7
48
*/
49
-@Suppress("LargeClass", "MethodOverloading")
+@Suppress("LargeClass")
50
public open class CachedRowSet(rs: ResultSet) : ResultSet {
51
private val _typeMap = readTypeMap(rs)
52
private val _metadata = readMetadata(rs)
0 commit comments