# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\Users\Franz\Documents\NetBeansProjects\JOSM-Plugins\core\src\org\openstreetmap\josm\data\osm
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 288 | 288 | public void updatePosition() { |
| 289 | 289 | } |
| 290 | 290 | |
| | 291 | /** |
| | 292 | * Check whether this node connects 2 ways. |
| | 293 | * |
| | 294 | * @return true if isReferredByWays(2) returns true |
| | 295 | * @see #isReferredByWays(int) |
| | 296 | */ |
| 291 | 297 | public boolean isConnectionNode() { |
| 292 | 298 | return isReferredByWays(2); |
| 293 | 299 | } |