Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (14 years ago)
Author:
stoecker
Message:

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File:
1 edited

Legend:

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

    r2402 r2512  
    2323/**
    2424 * UploadLayerTask uploads the data managed by an {@see OsmDataLayer} asynchronously.
    25  * 
     25 *
    2626 * <pre>
    2727 *     ExecutorService executorService = ...
     
    4646
    4747    /**
    48      * 
     48     *
    4949     * @param layer the layer. Must not be null.
    5050     * @param monitor  a progress monitor. If monitor is null, uses {@see NullProgressMonitor#INSTANCE}
     
    7777     * Retries to recover the upload operation from an exception which was thrown because
    7878     * an uploaded primitive was already deleted on the server.
    79      * 
     79     *
    8080     * @param e the exception throw by the API
    8181     * @param monitor a progress monitor
Note: See TracChangeset for help on using the changeset viewer.