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