Ignore:
Timestamp:
2013-08-22T14:41:30+02:00 (13 years ago)
Author:
Don-vip
Message:

see #8902 - Small performance enhancements / coding style (patches by shinigami):

  • bytestohexstring.diff: byte[] to hex string change + small test
  • collfix.diff : problem in generic collection definition
  • styleiteration.diff: useless iteration to do end of list
  • environment.diff: Environment - merge chained ops (each created copy of env.) to one
File:
1 edited

Legend:

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

    r6148 r6175  
    173173                        sub = "default";
    174174                    }
    175 
    176                     if (sub.equals("*")) {
     175                    else if ("*".equals(sub)) {
    177176                        for (Entry<String, Cascade> entry : mc.getLayers()) {
    178177                            env.layer = entry.getKey();
Note: See TracChangeset for help on using the changeset viewer.