Ignore:
Timestamp:
2015-05-19T00:05:33+02:00 (11 years ago)
Author:
Don-vip
Message:

convention - An open curly brace should be located at the end of a line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r8390 r8395  
    298298       get/set functions calling this implicitely is preferred, so we can have
    299299       transparent cache handling in the future. */
    300     public void clearCachedStyle()
    301     {
     300    public void clearCachedStyle() {
    302301        mappaintStyle = null;
    303302    }
Note: See TracChangeset for help on using the changeset viewer.