Made Javadoc review.

This commit is contained in:
Christian P. MOMON 2021-04-18 03:17:44 +02:00
parent 9f0e09b8e6
commit d00ba4c40a
2 changed files with 4 additions and 8 deletions

View File

@ -31,11 +31,9 @@ public abstract class Hook
/** /**
* Attempt help. * Attempt help.
* *
* @param bot * @param string
* the bot * the string
* @param message * @return the string list
* the message
* @return true, if successful
* @throws HebdobotException * @throws HebdobotException
* the hebdobot exception * the hebdobot exception
*/ */

View File

@ -62,11 +62,9 @@ public class Hooker
/** /**
* Attempt help. * Attempt help.
* *
* @param bot
* the bot
* @param message * @param message
* the message * the message
* @return true, if successful * @return the string list
* @throws HebdobotException * @throws HebdobotException
* the hebdobot exception * the hebdobot exception
*/ */