Ignore:
Timestamp:
2014-02-27T01:41:49+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues (JLS order)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/projection/UTMFranceDOMProjectionChoice.java

    r6792 r6889  
    1111public class UTMFranceDOMProjectionChoice extends ListProjectionChoice {
    1212
    13     private final static String FortMarigotName = tr("Guadeloupe Fort-Marigot 1949");
    14     private final static String SainteAnneName = tr("Guadeloupe Ste-Anne 1948");
    15     private final static String MartiniqueName = tr("Martinique Fort Desaix 1952");
    16     private final static String Reunion92Name = tr("Reunion RGR92");
    17     private final static String Guyane92Name = tr("Guyane RGFG95");
    18     private final static String[] utmGeodesicsNames = { FortMarigotName, SainteAnneName, MartiniqueName, Reunion92Name, Guyane92Name};
     13    private static final String FortMarigotName = tr("Guadeloupe Fort-Marigot 1949");
     14    private static final String SainteAnneName = tr("Guadeloupe Ste-Anne 1948");
     15    private static final String MartiniqueName = tr("Martinique Fort Desaix 1952");
     16    private static final String Reunion92Name = tr("Reunion RGR92");
     17    private static final String Guyane92Name = tr("Guyane RGFG95");
     18    private static final String[] utmGeodesicsNames = { FortMarigotName, SainteAnneName, MartiniqueName, Reunion92Name, Guyane92Name};
    1919
    20     private final static Integer FortMarigotEPSG = 2969;
    21     private final static Integer SainteAnneEPSG = 2970;
    22     private final static Integer MartiniqueEPSG = 2973;
    23     private final static Integer ReunionEPSG = 2975;
    24     private final static Integer GuyaneEPSG = 2972;
    25     private final static Integer[] utmEPSGs = { FortMarigotEPSG, SainteAnneEPSG, MartiniqueEPSG, ReunionEPSG, GuyaneEPSG };
     20    private static final Integer FortMarigotEPSG = 2969;
     21    private static final Integer SainteAnneEPSG = 2970;
     22    private static final Integer MartiniqueEPSG = 2973;
     23    private static final Integer ReunionEPSG = 2975;
     24    private static final Integer GuyaneEPSG = 2972;
     25    private static final Integer[] utmEPSGs = { FortMarigotEPSG, SainteAnneEPSG, MartiniqueEPSG, ReunionEPSG, GuyaneEPSG };
    2626
    2727    /**
Note: See TracChangeset for help on using the changeset viewer.