From 8e95e2788a9d45571a38a5acc5e00e0c75ba5c09 Mon Sep 17 00:00:00 2001 From: EvilSeph Date: Wed, 27 Apr 2011 23:48:43 -0400 Subject: [PATCH] Fixed formatting and removed tabs. --- .../event/player/PlayerAnimationEvent.java | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/main/java/org/bukkit/event/player/PlayerAnimationEvent.java b/src/main/java/org/bukkit/event/player/PlayerAnimationEvent.java index 1d3be48e..a42743d4 100644 --- a/src/main/java/org/bukkit/event/player/PlayerAnimationEvent.java +++ b/src/main/java/org/bukkit/event/player/PlayerAnimationEvent.java @@ -7,15 +7,15 @@ import org.bukkit.entity.Player; */ public class PlayerAnimationEvent extends PlayerEvent { - private PlayerAnimationType animationType; + private PlayerAnimationType animationType; - /* - * Construct a new event - * - * @param type The event type - * @param player The player instance - */ - public PlayerAnimationEvent(final Player player) { + /* + * Construct a new event + * + * @param type The event type + * @param player The player instance + */ + public PlayerAnimationEvent(final Player player) { super(Type.PLAYER_ANIMATION, player); // Only supported animation type for now: @@ -30,5 +30,4 @@ public class PlayerAnimationEvent extends PlayerEvent { public PlayerAnimationType getAnimationType() { return animationType; } - -} +} \ No newline at end of file