Ignore:
Timestamp:
2015-03-08T23:39:57+01:00 (9 years ago)
Author:
Don-vip
Message:

fix Sonar issue squid:S2444 - Lazy initialization of "static" fields should be "synchronized"

File:
1 edited

Legend:

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

    r7869 r8126  
    5555
    5656    /** Used by plugins to register themselves as data postprocessors. */
    57     private static List<OsmServerReadPostprocessor> postprocessors;
     57    private static volatile List<OsmServerReadPostprocessor> postprocessors;
    5858
    5959    /** register a new postprocessor */
Note: See TracChangeset for help on using the changeset viewer.