Skip to content

Commit 46955e0

Browse files
committed
another Javadoc to force a rebuild
1 parent 101aba1 commit 46955e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/main/java/org/openstreetmap/josm/plugins/pt_assistant/utils

src/main/java/org/openstreetmap/josm/plugins/pt_assistant/utils/StopUtils.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ public static boolean isStopPosition(final OsmPrimitive p) {
3535
}
3636

3737
/**
38+
* Check if node is a highway or railway stop
39+
*
3840
* @param n the node that is checked
39-
* @return true iff one of the tags `highway=bus_stop`, `railway=tram_stop`
41+
* @return true if one of the tags `highway=bus_stop`, `railway=tram_stop`
4042
* or the combination of `public_transport=stop_position` and either `highway=*` or `railway=*` is present
4143
*/
4244
public static boolean isHighwayOrRailwayStopPosition(final Node n) {

0 commit comments

Comments
 (0)