Ignore:
Timestamp:
2017-11-28T00:56:29+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15310 - remove most of deprecated APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/AbstractAuthorizationUI.java

    r12928 r13173  
    44import java.util.Objects;
    55
    6 import org.openstreetmap.josm.data.Preferences;
    76import org.openstreetmap.josm.data.oauth.OAuthParameters;
    87import org.openstreetmap.josm.data.oauth.OAuthToken;
     
    139138        pnlAdvancedProperties.initialize(paramApiUrl);
    140139    }
    141 
    142     /**
    143      * Initializes the authorisation UI with preference values in <code>pref</code>.
    144      *
    145      * @param pref the preferences. Must not be null.
    146      * @throws IllegalArgumentException if pref is null
    147      * @deprecated (since 12928) replaced by {@link #initialize(java.lang.String)}
    148      */
    149     @Deprecated
    150     public void initFromPreferences(Preferences pref) {
    151         CheckParameterUtil.ensureParameterNotNull(pref, "pref");
    152         pnlAdvancedProperties.initFromPreferences(pref);
    153     }
    154140}
Note: See TracChangeset for help on using the changeset viewer.