Changed all tabs to 4 spaces

This commit is contained in:
durron597
2011-01-01 08:01:07 -05:00
parent a7f4603bc6
commit de177404e3
19 changed files with 203 additions and 204 deletions

View File

@@ -8,12 +8,12 @@ import org.bukkit.event.Event;
*/
public class BlockIgniteEvent extends Event {
/**
* @param type
*/
public BlockIgniteEvent(Type type) {
super(type);
// TODO Auto-generated constructor stub
}
/**
* @param type
*/
public BlockIgniteEvent(Type type) {
super(type);
// TODO Auto-generated constructor stub
}
}