From 26fe34d4009aa90ecd8220a397dffd93c96808fb Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 17 Jan 2023 12:43:39 +0700 Subject: [PATCH] final override fun iterator() --- .../kotlin/ru/dbotthepony/mc/otm/core/util/BESubscribeList.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/BESubscribeList.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/BESubscribeList.kt index 0d4fc1517..18d010c75 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/BESubscribeList.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/BESubscribeList.kt @@ -109,7 +109,7 @@ open class BESubscribeList( return true } - override fun iterator(): Iterator { + final override fun iterator(): Iterator { if (updateQueued) { update() } else if (alwaysValidate) {