Ignore:
Timestamp:
2017-02-17T02:03:33+01:00 (7 years ago)
Author:
Don-vip
Message:

update .classpath, checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r11570 r11571  
    188188    /** country code of the imagery (for country specific imagery) */
    189189    private String countryCode = "";
    190     /** 
     190    /**
    191191      * creation date of the imagery (in the form YYYY-MM-DD;YYYY-MM-DD, where
    192192      * DD and MM as well as a second date are optional)
     
    11921192                   n.setTileSize(i.getTileSize());
    11931193               }
    1194                if(n.id != null) {
     1194               if (n.id != null) {
    11951195                   n.id = n.id + "_mirror"+num;
    11961196               }
    1197                if(num > 1) {
     1197               if (num > 1) {
    11981198                   n.name = tr("{0} mirror server {1}", n.name, num);
    11991199                   n.origName += " mirror server " + num;
Note: See TracChangeset for help on using the changeset viewer.