Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/LabelCompositionStrategy.java

    r6623 r6830  
    3131 *   options <tt>mappaint.nameOrder</tt> and <tt>mappaint.nameComplementOrder</tt>.</li>
    3232 * </ul>
    33  * </p>
    3433 *
    3534 */
     
    202201            return result;
    203202        }
    204        
     203
    205204        /**
    206205         * Sets the name tags to be looked up in order to build up the label.
     
    221220            this.nameComplementTags = buildNameTags(nameComplementTags);
    222221        }
    223        
     222
    224223        /**
    225224         * Replies an unmodifiable list of the name tags used to compose the label.
Note: See TracChangeset for help on using the changeset viewer.