Changeset 1677 in josm for trunk/src/org/openstreetmap/josm/io/OsmApi.java
- Timestamp:
- 17.06.2009 10:04:22 (3 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/io/OsmApi.java (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmApi.java
r1670 r1677 55 55 /** 56 56 * replies the {@see OsmApi} for a given server URL 57 * 57 * 58 58 * @param serverUrl the server URL 59 59 * @return the OsmApi 60 60 * @throws IllegalArgumentException thrown, if serverUrl is null 61 * 61 * 62 62 */ 63 63 static public OsmApi getOsmApi(String serverUrl) { … … 71 71 /** 72 72 * replies the {@see OsmApi} for the URL given by the preference <code>osm-server.url</code> 73 * 73 * 74 74 * @return the OsmApi 75 75 * @exception IllegalStateException thrown, if the preference <code>osm-server.url</code> is not set 76 * 76 * 77 77 */ 78 78 static public OsmApi getOsmApi() { … … 125 125 /** 126 126 * creates an OSM api for a specific server URL 127 * 127 * 128 128 * @param serverUrl the server URL. Must not be null 129 129 * @exception IllegalArgumentException thrown, if serverUrl is null … … 466 466 * notifies any listeners about the current state of this API. Currently just 467 467 * displays the message in the global progress dialog, see {@see Main#pleaseWaitDlg} 468 * 468 * 469 469 * @param message a status message. 470 470 */ … … 476 476 * notifies any listeners about the current about a relative progress. Currently just 477 477 * increments the progress monitor in the in the global progress dialog, see {@see Main#pleaseWaitDlg} 478 * 478 * 479 479 * @param int the delta 480 480 */
Note: See TracChangeset
for help on using the changeset viewer.
