Ignore:
Timestamp:
2010-01-15T10:44:16+01:00 (15 years ago)
Author:
Gubaer
Message:

fixed #4375: authorise -> authorize

File:
1 moved

Legend:

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

    r2858 r2861  
    1313 *
    1414 */
    15 public abstract class AbstractAuthorisationUI extends VerticallyScrollablePanel{
     15public abstract class AbstractAuthorizationUI extends VerticallyScrollablePanel{
    1616    /**
    1717     * The property name for the Access Token property
    1818     */
    19     static public final String ACCESS_TOKEN_PROP = AbstractAuthorisationUI.class.getName() + ".accessToken";
     19    static public final String ACCESS_TOKEN_PROP = AbstractAuthorizationUI.class.getName() + ".accessToken";
    2020
    2121    private String apiUrl;
     
    2727    }
    2828
    29     public AbstractAuthorisationUI() {
     29    public AbstractAuthorizationUI() {
    3030        pnlAdvancedProperties = new AdvancedOAuthPropertiesPanel();
    3131    }
Note: See TracChangeset for help on using the changeset viewer.