Added a more human-friendly representation to docs

This commit is contained in:
Matt 2023-09-12 18:16:14 -04:00
parent a6fb7b2358
commit d46d8b158c

View File

@ -199,6 +199,8 @@ public final class PlotId {
/** /**
* Returns a string representation of this Plot ID in the format "x;y". * Returns a string representation of this Plot ID in the format "x;y".
* *
* <p> The format is {@code x + ";" + y}
*
* @return a string representation of this Plot ID * @return a string representation of this Plot ID
*/ */
@Override @Override