Reformat MessageHandlerContext.

This commit is contained in:
Major-
2015-03-02 13:27:54 +00:00
parent 248b6a6c06
commit 782563267a
@@ -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;