From d00ba4c40a7523ad2a8461caa0dcc62f52b0e0c8 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sun, 18 Apr 2021 03:17:44 +0200 Subject: [PATCH] Made Javadoc review. --- src/org/april/hebdobot/bot/hooks/Hook.java | 8 +++----- src/org/april/hebdobot/bot/hooks/Hooker.java | 4 +--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/org/april/hebdobot/bot/hooks/Hook.java b/src/org/april/hebdobot/bot/hooks/Hook.java index 45b6093..0ef7e0b 100644 --- a/src/org/april/hebdobot/bot/hooks/Hook.java +++ b/src/org/april/hebdobot/bot/hooks/Hook.java @@ -31,11 +31,9 @@ public abstract class Hook /** * Attempt help. * - * @param bot - * the bot - * @param message - * the message - * @return true, if successful + * @param string + * the string + * @return the string list * @throws HebdobotException * the hebdobot exception */ diff --git a/src/org/april/hebdobot/bot/hooks/Hooker.java b/src/org/april/hebdobot/bot/hooks/Hooker.java index dbe31b5..01c6e33 100644 --- a/src/org/april/hebdobot/bot/hooks/Hooker.java +++ b/src/org/april/hebdobot/bot/hooks/Hooker.java @@ -62,11 +62,9 @@ public class Hooker /** * Attempt help. * - * @param bot - * the bot * @param message * the message - * @return true, if successful + * @return the string list * @throws HebdobotException * the hebdobot exception */