deprecate ITUtil::todo

This commit is contained in:
Bixilon 2023-03-17 12:01:48 +01:00
parent 381a61f932
commit 38e392e553
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -45,6 +45,7 @@ object ITUtil {
return registries
}
@Deprecated("Its not implemented")
fun todo() {
throw SkipException("Not yet implemented!")
}