Ignore:
Timestamp:
2013-11-03T01:06:23+01:00 (10 years ago)
Author:
Don-vip
Message:

Checkstyle:

  • private constructors for util classes
  • final classes
  • missing "else" statements
  • import cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/Marker.java

    r6310 r6362  
    8181public class Marker implements TemplateEngineDataProvider {
    8282
    83     public static class TemplateEntryProperty extends CachedProperty<TemplateEntry> {
     83    public static final class TemplateEntryProperty extends CachedProperty<TemplateEntry> {
    8484        // This class is a bit complicated because it supports both global and per layer settings. I've added per layer settings because
    8585        // GPXSettingsPanel had possibility to set waypoint label but then I've realized that markers use different layer then gpx data
Note: See TracChangeset for help on using the changeset viewer.