Skip to content

Commit 5e9c453

Browse files
committed
Fix derp with marker types
1 parent 62855e3 commit 5e9c453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import de.bluecolored.bluemap.api.BlueMapAPI;
3030

31-
public interface POIMarker {
31+
public interface POIMarker extends Marker {
3232

3333
/**
3434
* Getter for the relative address of the icon used to display this {@link POIMarker}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
import java.awt.Color;
2828

29-
public interface ShapeMarker {
29+
public interface ShapeMarker extends Marker {
3030

3131
/**
3232
* Getter for {@link Shape} of this {@link ShapeMarker}.

0 commit comments

Comments
 (0)