General cleanup (deprecated+whitespace)

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2011-02-02 00:02:08 +01:00
parent b01fc3ffa8
commit 474817bf11
27 changed files with 224 additions and 244 deletions

View File

@@ -23,7 +23,7 @@ public class Dye extends MaterialData {
public Dye(final Material type, final byte data) {
super(type, data);
}
/**
* Gets the current color of this dye
*
@@ -41,4 +41,4 @@ public class Dye extends MaterialData {
public void setColor(DyeColor color) {
setData(color.getData());
}
}
}