Ignore:
Timestamp:
2011-06-01T14:34:42+02:00 (13 years ago)
Author:
tomhughes
Message:

Make sure all variables which are initialised by the one time call
to loadAttributionText() are declared static.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java

    r26084 r26085  
    3333    private static String API_KEY = "Arzdiw4nlOJzRwOz__qailc8NiR31Tt51dN2D7cm57NrnceZnCpgOkmJhNpGoppU";
    3434    private static Future<List<Attribution>> attributions;
    35     private String imageUrlTemplate;
    36     private Integer imageryZoomMax;
    37     private String[] subdomains;
     35    private static String imageUrlTemplate;
     36    private static Integer imageryZoomMax;
     37    private static String[] subdomains;
    3838
    3939    private static final Pattern subdomainPattern = Pattern.compile("\\{subdomain\\}");
Note: See TracChangeset for help on using the changeset viewer.