Skip to content

Commit 7635c0c

Browse files
authored
Fix javadoc for setMaxDistance
1 parent 17cbf15 commit 7635c0c

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/de/bluecolored/bluemap/api/marker

1 file changed

+1
-1
lines changed

src/main/java/de/bluecolored/bluemap/api/marker/Marker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public interface Marker {
9393

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

0 commit comments

Comments
 (0)