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; 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;