mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
clean up some javadoc stuff
This commit is contained in:
@ -70,6 +70,8 @@ public class PlayerAutoPlotEvent extends PlotEvent implements CancellablePlotEve
|
||||
|
||||
/**
|
||||
* Set the schematic string used in the claim.
|
||||
*
|
||||
* @param schematic the schematic name
|
||||
*/
|
||||
public void setSchematic(String schematic) {
|
||||
this.schematic = schematic;
|
||||
|
@ -59,6 +59,8 @@ public class PlayerClaimPlotEvent extends PlotPlayerEvent implements Cancellable
|
||||
|
||||
/**
|
||||
* Set the schematic string used in the claim.
|
||||
*
|
||||
* @param schematic the schematic name
|
||||
*/
|
||||
public void setSchematic(String schematic) {
|
||||
this.schematic = schematic;
|
||||
|
Reference in New Issue
Block a user