Changeset 8067 in josm
- Timestamp:
- 2015-02-14T22:33:48+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r8065 r8067 783 783 * Returns the description text when existing. 784 784 * @return The description 785 * @since 806 4785 * @since 8065 786 786 */ 787 787 public String getDescription() { … … 792 792 * Sets the description text when existing. 793 793 * @param description the imagery description text 794 * @since 806 4794 * @since 8065 795 795 */ 796 796 public void setDescription(String description) { … … 801 801 * Returns a tool tip text for display. 802 802 * @return The text 803 * @since 806 4803 * @since 8065 804 804 */ 805 805 public String getToolTipText() {
Note:
See TracChangeset
for help on using the changeset viewer.