Skip to content

Commit 78d9169

Browse files
committed
docs: Add info about maintainer
1 parent 507f764 commit 78d9169

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/main/java/org/opentripplanner/openstreetmap/tagmapping/HamburgMapper.java

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* @see GermanyMapper
99
* @see OsmTagMapper
1010
* @see DefaultMapper
11+
*
12+
* @author Maintained by HBT (geofox-team@hbt.de)
1113
*/
1214
public class HamburgMapper extends GermanyMapper {
1315

src/test/java/org/opentripplanner/openstreetmap/tagmapping/HamburgMapperTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
import org.junit.jupiter.params.provider.ValueSource;
1010
import org.opentripplanner.openstreetmap.model.OSMWithTags;
1111

12+
/**
13+
* @author Maintained by HBT (geofox-team@hbt.de)
14+
*/
1215
public class HamburgMapperTest {
1316

1417
private HamburgMapper mapper;

0 commit comments

Comments
 (0)