Fix javadoc errors/warnings

This commit is contained in:
Celtic Minstrel
2012-02-26 10:35:17 -05:00
committed by EvilSeph
parent a628d2faff
commit 17403d617a
28 changed files with 79 additions and 65 deletions

View File

@@ -55,11 +55,9 @@ public enum EntityEffect {
}
/**
* Gets the EntityEffect with the given data value
* Gets the data value of this EntityEffect
*
* @param data Data value to fetch
* @return The {@link EntityEffect} representing the given value, or null if
* it doesn't exist
* @return The data value
*/
public byte getData() {
return data;