diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-07-09 21:23:56 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-07-09 21:23:56 +0200 |
commit | 5dc1fb5b0e4ceff6be378aaf88b71f3b577cae0d (patch) | |
tree | d3069086ccc55e4c87f3ebea8693d8c338fc6f3a /kvision-modules | |
parent | 5f00087fac48d77c2e8ca729eec42d795cc648b5 (diff) | |
download | kvision-5dc1fb5b0e4ceff6be378aaf88b71f3b577cae0d.tar.gz kvision-5dc1fb5b0e4ceff6be378aaf88b71f3b577cae0d.tar.bz2 kvision-5dc1fb5b0e4ceff6be378aaf88b71f3b577cae0d.zip |
Fix tests.
Diffstat (limited to 'kvision-modules')
-rw-r--r-- | kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt b/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt index a179b9ec..47fbe538 100644 --- a/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt +++ b/kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt @@ -190,7 +190,6 @@ open class Tabulator<T : Any>( } } } - counter++ } override fun getSnClass(): List<StringBoolPair> { @@ -535,7 +534,6 @@ open class Tabulator<T : Any>( } companion object { - internal var counter = 0 /** * DSL builder extension function. |