More JavaDoc improvements.

This commit is contained in:
EvilSeph
2011-06-24 02:32:04 -04:00
parent b76de1ee24
commit a0c1f68109
56 changed files with 435 additions and 139 deletions

View File

@@ -4,7 +4,7 @@ import org.bukkit.World;
import org.bukkit.event.Event;
/**
* Represents an Weather-related event
* Represents a Weather-related event
*/
public class WeatherEvent extends Event {
protected World world;
@@ -15,8 +15,9 @@ public class WeatherEvent extends Event {
}
/**
* Returns the World where this event is occuring
* @return World this event is occuring in
* Returns the World where this event is occurring
*
* @return World this event is occurring in
*/
public final World getWorld() {
return world;