final override fun iterator()

This commit is contained in:
DBotThePony 2023-01-17 12:43:39 +07:00
parent e5d94792ae
commit 26fe34d400
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -109,7 +109,7 @@ open class BESubscribeList<T>(
return true return true
} }
override fun iterator(): Iterator<T> { final override fun iterator(): Iterator<T> {
if (updateQueued) { if (updateQueued) {
update() update()
} else if (alwaysValidate) { } else if (alwaysValidate) {