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

@@ -5,8 +5,8 @@ package org.bukkit.plugin;
* Thrown when attempting to load an invalid PluginDescriptionFile
*/
public class InvalidDescriptionException extends Exception {
private static final long serialVersionUID = 5721389122281775894L;
private final Throwable cause;
private static final long serialVersionUID = 5721389122281775894L;
private final Throwable cause;
/**
* Constructs a new InvalidDescriptionException based on the given Exception