- Timestamp:
- 2020-01-12T15:22:16+01:00 (6 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/org/openstreetmap/josm/data/osm/OsmUtils.java ¶
r15671 r15692 216 216 * @param value the value to separate 217 217 * @return the separated values as Stream 218 * @since xxx218 * @since 15671 219 219 */ 220 220 public static Stream<String> splitMultipleValues(String value) { -
TabularUnified trunk/src/org/openstreetmap/josm/gui/util/AbstractTag2LinkPopupListener.java ¶
r15687 r15692 13 13 * A popup listener which adds web links based on tags of OSM primitives. 14 14 * 15 * @since xxx15 * @since 15673 16 16 */ 17 17 public abstract class AbstractTag2LinkPopupListener implements PopupMenuListener { -
TabularUnified trunk/src/org/openstreetmap/josm/gui/util/OpenBrowserAction.java ¶
r15673 r15692 14 14 * Action to open browser on given URL. 15 15 * @see OpenBrowser 16 * @since xxx16 * @since 15673 17 17 */ 18 18 public class OpenBrowserAction extends AbstractAction {
Note:
See TracChangeset
for help on using the changeset viewer.