mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Reformat MessageHandlerContext.
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
package org.apollo.game.message.handler;
|
package org.apollo.game.message.handler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides operations specific to a {@link MessageHandler} in a
|
* Provides operations specific to a {@link MessageHandler} in a {@link MessageHandlerChain}.
|
||||||
* {@link MessageHandlerChain}.
|
|
||||||
*
|
*
|
||||||
* @author Graham
|
* @author Graham
|
||||||
* @author Ryley
|
* @author Ryley
|
||||||
@@ -24,8 +23,7 @@ public final class MessageHandlerContext {
|
|||||||
/**
|
/**
|
||||||
* Returns whether or not this handler chain is broken.
|
* Returns whether or not this handler chain is broken.
|
||||||
*
|
*
|
||||||
* @return {@code true} if this handler chain is broken, otherwise
|
* @return {@code true} if this handler chain is broken, otherwise {@code false}.
|
||||||
* {@code false}.
|
|
||||||
*/
|
*/
|
||||||
public boolean isBroken() {
|
public boolean isBroken() {
|
||||||
return broken;
|
return broken;
|
||||||
|
|||||||
Reference in New Issue
Block a user