We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796cd4d commit b3c7155Copy full SHA for b3c7155
1 file changed
src/main/java/org/openstreetmap/josm/plugins/mapillary/io/download/TileAddListener.java
@@ -5,6 +5,7 @@
5
6
/**
7
* Listen for tile add events
8
+ * @param <T> The tile type that we are listening for
9
*/
10
public interface TileAddListener<T extends Tile> {
11
0 commit comments