Ignore:
Timestamp:
2017-06-09T20:50:22+02:00 (9 years ago)
Author:
michael2402
Message:

Document upload dialog classes

File:
1 edited

Legend:

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

    r11489 r12370  
    88import org.openstreetmap.josm.Main;
    99
     10/**
     11 * The chunk mode to use when uploading
     12 */
    1013public enum UploadStrategy {
    1114    /**
     
    2831    }
    2932
     33    /**
     34     * Reads the value from preferences
     35     * @param preferenceValue The preference value
     36     * @return The {@link UploadStrategy} for that preference or <code>null</code> if unknown
     37     */
    3038    public static UploadStrategy fromPreference(String preferenceValue) {
    3139        if (preferenceValue == null) return null;
Note: See TracChangeset for help on using the changeset viewer.