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

@@ -5,8 +5,6 @@ import org.bukkit.event.Event;
/**
* Represents a painting-related event.
*
* @author Tanel Suurhans
*/
public class PaintingEvent extends Event {
@@ -18,7 +16,7 @@ public class PaintingEvent extends Event {
}
/**
* Get the painting.
* Gets the painting involved in this event.
*
* @return the painting
*/