Line endings, consistency!

This commit is contained in:
Dinnerbone
2011-03-27 21:27:27 +01:00
parent e2d4603358
commit 4272e51e00
25 changed files with 823 additions and 823 deletions

View File

@@ -1,9 +1,9 @@
package org.bukkit.event.player;
import org.bukkit.entity.Player;
public class PlayerCommandPreprocessEvent extends PlayerChatEvent {
public PlayerCommandPreprocessEvent(Player player, String message) {
super(player, message);
}
}
package org.bukkit.event.player;
import org.bukkit.entity.Player;
public class PlayerCommandPreprocessEvent extends PlayerChatEvent {
public PlayerCommandPreprocessEvent(Player player, String message) {
super(player, message);
}
}