mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-10-31 01:23:44 +01:00 
			
		
		
		
	Proper javadoc for event
This commit is contained in:
		| @@ -11,9 +11,10 @@ public class PlotComponentSetEvent extends AbstractEvent { | |||||||
|     private final String component; |     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) { |     public PlotComponentSetEvent(Plot plot, String component) { | ||||||
|         this.plot = plot; |         this.plot = plot; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 manuelgu
					manuelgu