mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 12:46:46 +01:00
style: Address javadoc violations
This commit is contained in:
parent
f4b886d977
commit
26bec7fe2f
@ -313,7 +313,7 @@ public sealed class Location extends BlockLoc implements Comparable<Location> pe
|
|||||||
/**
|
/**
|
||||||
* Get the absolute {@link Plot}, if any, that contains this location
|
* Get the absolute {@link Plot}, if any, that contains this location
|
||||||
*
|
*
|
||||||
* @return (Absolute) plot containing the location, or {code null}
|
* @return (Absolute) plot containing the location, or {@code null}
|
||||||
*/
|
*/
|
||||||
public @Nullable Plot getPlotAbs() {
|
public @Nullable Plot getPlotAbs() {
|
||||||
final PlotArea area = this.getPlotArea();
|
final PlotArea area = this.getPlotArea();
|
||||||
@ -327,7 +327,7 @@ public sealed class Location extends BlockLoc implements Comparable<Location> pe
|
|||||||
/**
|
/**
|
||||||
* Get the {@link Plot}, if any, that contains this location
|
* Get the {@link Plot}, if any, that contains this location
|
||||||
*
|
*
|
||||||
* @return plot containing the location, or {code null}
|
* @return plot containing the location, or {@code null}
|
||||||
*/
|
*/
|
||||||
public @Nullable Plot getPlot() {
|
public @Nullable Plot getPlot() {
|
||||||
final PlotArea area = this.getPlotArea();
|
final PlotArea area = this.getPlotArea();
|
||||||
|
Loading…
Reference in New Issue
Block a user