Ignore:
Timestamp:
2016-11-27T05:16:30+01:00 (9 years ago)
Author:
Don-vip
Message:

findbugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java

    r10697 r11324  
    166166        public int noIterations = 7;
    167167        public boolean dumpImage = DUMP_IMAGE;
    168         public boolean skipDraw = false;
    169168        public boolean clearStyleCache = true;
    170169        public String label = "";
     
    264263        test.bounds = BOUNDS_CITY_ALL;
    265264        test.label = "big";
    266         test.skipDraw = true;
    267265        test.dumpImage = false;
    268266        test.noWarmup = 3;
Note: See TracChangeset for help on using the changeset viewer.