mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 04:26:42 +00:00
Fix Javadocs and code issues.
This commit is contained in:
@ -26,13 +26,13 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
|
||||
/**
|
||||
* Represents a location in a world with has a direction.
|
||||
* </p>
|
||||
* Like {@code Vectors}, {@code Locations} are immutable and mutator methods
|
||||
* will create a new copy.
|
||||
* </p>
|
||||
* At the moment, but this may change in the future, {@link #hashCode()} and
|
||||
*
|
||||
* <p>Like {@code Vectors}, {@code Locations} are immutable and mutator methods
|
||||
* will create a new copy.</p>
|
||||
*
|
||||
* <p>At the moment, but this may change in the future, {@link #hashCode()} and
|
||||
* {@link #equals(Object)} are subject to minor differences caused by
|
||||
* floating point errors.
|
||||
* floating point errors.</p>
|
||||
*/
|
||||
public class Location {
|
||||
|
||||
|
Reference in New Issue
Block a user