Changeset 8067 in josm


Ignore:
Timestamp:
2015-02-14T22:33:48+01:00 (9 years ago)
Author:
stoecker
Message:

version off by one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r8065 r8067  
    783783     * Returns the description text when existing.
    784784     * @return The description
    785      * @since 8064
     785     * @since 8065
    786786     */
    787787    public String getDescription() {
     
    792792     * Sets the description text when existing.
    793793     * @param description the imagery description text
    794      * @since 8064
     794     * @since 8065
    795795     */
    796796    public void setDescription(String description) {
     
    801801     * Returns a tool tip text for display.
    802802     * @return The text
    803      * @since 8064
     803     * @since 8065
    804804     */
    805805    public String getToolTipText() {
Note: See TracChangeset for help on using the changeset viewer.