From 8ae2f57d550716ba91912318abc070c55c34a9bd Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 2 Jun 2020 13:47:28 +0600 Subject: [PATCH] update description of PreviewFeature annotation --- .../github/insanusmokrassar/TelegramBotAPI/utils/Annotations.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/utils/Annotations.kt b/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/utils/Annotations.kt index 8091ba9794..697092634d 100644 --- a/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/utils/Annotations.kt +++ b/TelegramBotAPI/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/utils/Annotations.kt @@ -1,7 +1,7 @@ package com.github.insanusmokrassar.TelegramBotAPI.utils @RequiresOptIn( - "It is possible, that behaviour of this thing will be changed later", + "It is possible, that behaviour of this thing will be changed later or this feature will be removed", RequiresOptIn.Level.WARNING ) @Target(