Changeset 2082 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2009-09-08T23:10:09+02:00 (15 years ago)
Author:
Gubaer
Message:

Making uploadHooks private, providing register/unregister methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UploadAction.java

    r2081 r2082  
    6060     * however, a plugin might also want to insert something after that.
    6161     */
    62     public static final LinkedList<UploadHook> uploadHooks = new LinkedList<UploadHook>();
     62    private static final LinkedList<UploadHook> uploadHooks = new LinkedList<UploadHook>();
    6363    static {
    6464        /**
Note: See TracChangeset for help on using the changeset viewer.