Ignore:
Timestamp:
2015-05-17T02:56:15+02:00 (9 years ago)
Author:
Don-vip
Message:

code style - Unnecessary Final Modifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/corrector/ReverseWayNoTagCorrector.java

    r7937 r8374  
    5151     * @return tags that imply a semantic meaning from <code>way</code> direction and cannot be changed
    5252     */
    53     public static final TagCollection getDirectionalTags(Way way) {
     53    public static TagCollection getDirectionalTags(Way way) {
    5454        return directionalTags.intersect(TagCollection.from(way));
    5555    }
Note: See TracChangeset for help on using the changeset viewer.