Remove rogue line break

This commit is contained in:
Alexander Söderberg 2020-05-10 22:09:56 +02:00
parent fc74c582bf
commit 702caa6feb
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

@ -202,7 +202,6 @@ public class PlotId {
return this.x + "-" + this.y; return this.x + "-" + this.y;
} }
/** /**
* The PlotId object caches the hashcode for faster mapping/fetching/sorting<br> * The PlotId object caches the hashcode for faster mapping/fetching/sorting<br>
* - Recalculation is required if the x/y values change * - Recalculation is required if the x/y values change