Ignore:
Timestamp:
2014-03-19T13:25:23+01:00 (10 years ago)
Author:
akks
Message:

see #9832: move tags from ways to the multipolygons created by Shift-J

File:
1 edited

Legend:

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

    r6807 r6913  
    324324     * @return a list of commands to execute
    325325     */
    326     private static List<Command> removeTagsFromWaysIfNeeded( Relation relation ) {
     326    public static List<Command> removeTagsFromWaysIfNeeded( Relation relation ) {
    327327        Map<String, String> values = new HashMap<String, String>(relation.getKeys());
    328328
Note: See TracChangeset for help on using the changeset viewer.