Changeset 30363 in osm for applications/editors
- Timestamp:
- 2014-03-24T22:31:07+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java
r28368 r30363 40 40 41 41 @Override 42 42 public void actionPerformed(ActionEvent e) { 43 43 launchEditor(); 44 44 } 45 45 46 46 @Override 47 47 public void selectionChanged(Collection<? extends OsmPrimitive> newSelection) { 48 48 setEnabled(newSelection != null && newSelection.size() >0); 49 49 } -
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/io/Parser.java
r23189 r30363 261 261 } 262 262 263 /* (non-Javadoc)264 * @see org.xml.sax.helpers.DefaultHandler#warning(org.xml.sax.SAXParseException)265 */266 263 @Override 267 264 public void warning(SAXParseException e) throws SAXException {
Note:
See TracChangeset
for help on using the changeset viewer.