Modify ↓
Opened 12 years ago
Closed 12 years ago
#8394 closed defect (fixed)
[PATCH] Fix comments for Way's firstNode and lastNode methods to reflect the code
Reported by: | Daeron | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
The firstNode(boolean respectOneway) and lastNode(boolean respectOneway) methods in org.openstreetmap.josm.data.osm.Way return the opposite end node if the parameter is true and the way is a reversed oneway, but the comment says that they return the opposite end if the parameter is true and the way is a normal oneway. Attached patch fixes the comments.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | first-last-node-comment.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 5694/josm: