Changeset 2082 in josm


Ignore:
Timestamp:
08.09.2009 23:10:09 (2 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.