- Timestamp:
- 2016-05-15T01:13:25+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/InspectPrimitiveDialog.java
r10198 r10213 206 206 final String username = entry.getKey(); 207 207 final Integer editCount = entry.getValue(); 208 s.append(String.format("%6d %s \n", editCount, username));208 s.append(String.format("%6d %s", editCount, username)).append('\n'); 209 209 } 210 210 return s.toString();
Note:
See TracChangeset
for help on using the changeset viewer.