Ignore:
Timestamp:
17.06.2009 10:04:22 (3 years ago)
Author:
stoecker
Message:

remove all these ugly tab stops introduced in the last half year

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmApi.java

    r1670 r1677  
    5555    /** 
    5656     * replies the {@see OsmApi} for a given server URL 
    57      *  
     57     * 
    5858     * @param serverUrl  the server URL 
    5959     * @return the OsmApi 
    6060     * @throws IllegalArgumentException thrown, if serverUrl is null 
    61      *  
     61     * 
    6262     */ 
    6363    static public OsmApi getOsmApi(String serverUrl) { 
     
    7171    /** 
    7272     * replies the {@see OsmApi} for the URL given by the preference <code>osm-server.url</code> 
    73      *  
     73     * 
    7474     * @return the OsmApi 
    7575     * @exception IllegalStateException thrown, if the preference <code>osm-server.url</code> is not set 
    76      *  
     76     * 
    7777     */ 
    7878    static public OsmApi getOsmApi() { 
     
    125125    /** 
    126126     * creates an OSM api for a specific server URL 
    127      *  
     127     * 
    128128     * @param serverUrl the server URL. Must not be null 
    129129     * @exception IllegalArgumentException thrown, if serverUrl is null 
     
    466466     * notifies any listeners about the current state of this API. Currently just 
    467467     * displays the message in the global progress dialog, see {@see Main#pleaseWaitDlg} 
    468      *  
     468     * 
    469469     * @param message a status message. 
    470470     */ 
     
    476476     * notifies any listeners about the current about a relative progress. Currently just 
    477477     * increments the progress monitor in the in the global progress dialog, see {@see Main#pleaseWaitDlg} 
    478      *  
     478     * 
    479479     * @param int the delta 
    480480     */ 
Note: See TracChangeset for help on using the changeset viewer.