Changeset 27366 in osm for applications/editors
- Timestamp:
- 2011-12-31T00:58:45+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorComponent.java
r26991 r27366 129 129 130 130 SurveyorComponent surveyorComponent = null; 131 parser.start(in); 131 try { 132 parser.start(in); 133 } catch(SAXException e) { 134 e.printStackTrace(); 135 } 132 136 List<SurveyorActionDescription> actions = new ArrayList<SurveyorActionDescription>(); 133 137 while(parser.hasNext()) {
Note:
See TracChangeset
for help on using the changeset viewer.