Fix javadoc for setMaxDistance

This commit is contained in:
Lukas Rieger 2020-11-18 13:50:01 +01:00 committed by GitHub
parent 17cbf15f84
commit 7635c0c02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ public interface Marker {
/**
* Sets the maximum distance of the camera to the position ({@link #getPosition()} of the {@link Marker} for it to be displayed.<br>
* If the camera is closer to this {@link Marker} than this distance, it will be hidden!
* If the camera is further to this {@link Marker} than this distance, it will be hidden!
*
* @param maxDistance the new maximum distance
*/