Ignore:
Timestamp:
2013-07-17T00:01:07+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java

    r5818 r6069  
    130130    }
    131131
    132     /** 
     132    /**
    133133      * Enable this action only if something is selected
    134134      *
     
    185185    /**
    186186     * This method removes tags/value pairs from inner and outer ways and put them on relation if necessary
    187      * Function was extended in reltoolbox plugin by Zverikk and copied back to the core 
     187     * Function was extended in reltoolbox plugin by Zverikk and copied back to the core
    188188     * @param relation the multipolygon style relation to process
    189189     * @return a list of commands to execute
     
    212212                Way way = m.getWay();
    213213                outerWays.add(way);
    214                
     214
    215215                for( String key : way.keySet() ) {
    216216                    if( !values.containsKey(key) ) { //relation values take precedence
Note: See TracChangeset for help on using the changeset viewer.