Made Javadoc review.
This commit is contained in:
parent
9f0e09b8e6
commit
d00ba4c40a
2 changed files with 4 additions and 8 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue