From f80f73f2a56eba4deded12585a7e74f57873a43b Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 26 May 2022 08:53:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20java=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 10 +++++----- telegram-core/pom.xml | 2 +- .../godfather/telegram/utils/InlineKeyBoards.java | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 6525331..124ae87 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ dev.struchkov.godfather telegram-bot - 0.0.7 + 0.0.8 pom @@ -142,10 +142,10 @@ org.apache.maven.plugins maven-compiler-plugin - - - - + + org.apache.maven.plugins + maven-javadoc-plugin + org.apache.maven.plugins maven-source-plugin diff --git a/telegram-core/pom.xml b/telegram-core/pom.xml index 34f6522..b17b9de 100644 --- a/telegram-core/pom.xml +++ b/telegram-core/pom.xml @@ -5,7 +5,7 @@ dev.struchkov.godfather telegram-bot - 0.0.7 + 0.0.8 telegram-core diff --git a/telegram-core/src/main/java/dev/struchkov/godfather/telegram/utils/InlineKeyBoards.java b/telegram-core/src/main/java/dev/struchkov/godfather/telegram/utils/InlineKeyBoards.java index c314e37..b4f358a 100644 --- a/telegram-core/src/main/java/dev/struchkov/godfather/telegram/utils/InlineKeyBoards.java +++ b/telegram-core/src/main/java/dev/struchkov/godfather/telegram/utils/InlineKeyBoards.java @@ -119,7 +119,7 @@ public final class InlineKeyBoards { /** * Возвращает клавиатуру формата 1xN сформированную из списка кнопок, где N - количество кнопок в списке * - * @param simpleButtons Список кнопок + * @param buttons Список кнопок * @return {@link SimpleKeyBoard} */ public static InlineKeyBoard verticalMenuButton(List buttons) {