Ignore:
Timestamp:
2017-09-16T02:20:05+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15229 - see #15182 - SonarQube - squid:S2444 - make static fields volatile

File:
1 edited

Legend:

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

    r12855 r12869  
    178178     * Command-line arguments used to run the application.
    179179     */
    180     private static List<String> commandLineArgs;
     180    private static volatile List<String> commandLineArgs;
    181181
    182182    /**
     
    226226     * @since 12641
    227227     */
    228     public static UndoRedoHandler undoRedo;
     228    public static volatile UndoRedoHandler undoRedo;
    229229
    230230    private static final LayerChangeListener undoRedoCleaner = new LayerChangeListener() {
Note: See TracChangeset for help on using the changeset viewer.