Ignore:
Timestamp:
2016-01-01T17:01:08+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionChoice.java

    r7937 r9239  
    5858     * Will be called when the preference dialog is dismissed or
    5959     * when the listener from getPreferencePanel is invoked.
     60     * @param panel projection preferences panel
     61     * @return preferences as a list of strings; may be null to reset everything.
     62     * @see #setPreferences
    6063     */
    6164    Collection<String> getPreferences(JPanel panel);
     
    8285     * @return the name
    8386     */
     87    @Override
    8488    String toString();
    8589}
Note: See TracChangeset for help on using the changeset viewer.