Skip to content

Commit

Permalink
Fix Javadoc [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jul 15, 2024
1 parent 6d9ff33 commit 126b602
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public boolean hasCrossingTrafficLight() {
return hasTag("crossing") && "traffic_signals".equals(getTag("crossing"));
}

/* Checks if this node is a barrier which prevents motor vehicle traffic
/**
* Checks if this node is a barrier which prevents motor vehicle traffic.
*
* @return true if it is
*/
Expand Down

0 comments on commit 126b602

Please sign in to comment.