Ignore:
Timestamp:
2015-05-19T00:05:33+02:00 (9 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/Preferences.java

    r8394 r8395  
    17281728                    List<Map<String, String>> newlist = new ArrayList<Map<String, String>>();
    17291729                    boolean modified = false;
    1730                     for(Map<String, String> map : data)
    1731                     {
     1730                    for(Map<String, String> map : data) {
    17321731                         Map<String, String> newmap = new LinkedHashMap<String, String>();
    17331732                         for (Entry<String, String> entry : map.entrySet()) {
Note: See TracChangeset for help on using the changeset viewer.