Proper javadoc for event

This commit is contained in:
manuelgu 2016-05-28 00:29:27 +02:00
parent ceb8fb9fa3
commit 4078f0708b

View File

@ -11,9 +11,10 @@ public class PlotComponentSetEvent extends AbstractEvent {
private final String component;
/**
* PlotDeleteEvent: Called when a plot is deleted
* PlotDeleteEvent: Called when a plot component is set
*
* @param plot The plot that was deleted
* @param plot The plot
* @param component The component which was set
*/
public PlotComponentSetEvent(Plot plot, String component) {
this.plot = plot;