Changeset 33175 in osm for applications/editors/josm/plugins/graphview/src/org
- Timestamp:
- 2017-03-05T16:05:58+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/ImplicationXMLReader.java
r32620 r33175 78 78 break; 79 79 80 default: 81 break; 80 82 } 81 83 … … 128 130 } 129 131 break; 130 } 131 132 //all vaild paths end with return; reaching this indicates an invalid tag 132 133 default: 134 break; 135 } 136 137 //all valid paths end with return; reaching this indicates an invalid tag 133 138 throw new SAXException(tr("Invalid closing xml tag </{0}> in state {1}", name, state)); 134 139 }
Note:
See TracChangeset
for help on using the changeset viewer.