Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Dec 7, 2023
1 parent d50e071 commit 6805800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@ public static PlotQuery newQuery() {
return this.addFilter(new OwnersIncludeFilter(owner.getUUID()));
}


/**
* Query only for plots that have an owner
*
* @return The query instance
* @since TODO
*/

public @NonNull PlotQuery hasOwner() {
return this.addFilter(new HasOwnerFilter());
}
Expand Down

0 comments on commit 6805800

Please sign in to comment.