mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Proper javadoc for event
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user