mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
add missing javadoc
This commit is contained in:
parent
508fdce704
commit
6b31743fb3
@ -228,6 +228,13 @@ public final class PlotQuery {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines the area around which plots may be sorted, depending on the
|
||||
* sorting strategy
|
||||
*
|
||||
* @param plotArea Plot area
|
||||
* @return The query instance
|
||||
*/
|
||||
@NotNull public PlotQuery relativeToArea(@NotNull final PlotArea plotArea) {
|
||||
Preconditions.checkNotNull(plotArea, "Area may not be null");
|
||||
this.priorityArea = plotArea;
|
||||
|
Loading…
Reference in New Issue
Block a user