Skip to content

Commit b3c7155

Browse files
committed
Add some javadoc to force release
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent 796cd4d commit b3c7155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/openstreetmap/josm/plugins/mapillary/io/download/TileAddListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
/**
77
* Listen for tile add events
8+
* @param <T> The tile type that we are listening for
89
*/
910
public interface TileAddListener<T extends Tile> {
1011
/**

0 commit comments

Comments
 (0)