Changeset 1677 in josm for trunk/src/org/openstreetmap/josm/actions/HistoryInfoAction.java
- Timestamp:
- 17.06.2009 10:04:22 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/HistoryInfoAction.java
r1586 r1677 32 32 /** 33 33 * replies the base URL for browsing the the history of an OSM primitive 34 * 34 * 35 35 * @return the base URL, i.e. http://api.openstreetmap.org/browse 36 36 */ … … 43 43 } 44 44 return ret; 45 } 46 45 } 46 47 47 public void actionPerformed(ActionEvent e) { 48 final Collection<Object> sel = new LinkedList<Object>(); 48 final Collection<Object> sel = new LinkedList<Object>(); 49 49 final String baseUrl = getBaseURL(); 50 50 new AbstractVisitor() {
Note: See TracChangeset
for help on using the changeset viewer.
