Ignore:
Timestamp:
2016-01-01T02:35:34+01:00 (9 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/map/MapPaintPreference.java

    r9059 r9231  
    168168    }
    169169
     170    /**
     171     * Returns title from a source entry.
     172     * @param entry source entry
     173     * @return title
     174     * @see MapCSSStyleSource#title
     175     */
    170176    public static String getTitleFromSourceEntry(SourceEntry entry) {
    171177        try {
     
    233239         * the new entries to the user-configured list. Remember the known URLs,
    234240         * so an item that was deleted explicitly is not added again.
     241         * @param list new defaults
     242         * @return {@code true} if a change occurred
    235243         */
    236244        private boolean insertNewDefaults(List<SourceEntry> list) {
Note: See TracChangeset for help on using the changeset viewer.