Ignore:
Timestamp:
2014-02-25T01:31:24+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Selector.java

    r6830 r6883  
    311311
    312312    /**
    313      * Super class of {@link GeneralSelector} and {@link LinkSelector}
     313     * Super class of {@link GeneralSelector} and {@link LinkSelector}.
    314314     * @since 5841
    315315     */
    316     public static abstract class AbstractSelector implements Selector {
     316    public abstract static class AbstractSelector implements Selector {
    317317
    318318        protected final List<Condition> conds;
     
    466466        }
    467467
    468         final static double R = 6378135;
     468        static final double R = 6378135;
    469469
    470470        public static double level2scale(int lvl) {
Note: See TracChangeset for help on using the changeset viewer.