Changeset 10305 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-05-31T00:01:20+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/bugreport/ReportedException.java
r10300 r10305 210 210 str.append(e); 211 211 } else { 212 str.append("\n ... (") ;213 str.append(value.size());214 str.append(" entries)");212 str.append("\n ... (") 213 .append(value.size()) 214 .append(" entries)"); 215 215 break; 216 216 } -
trunk/src/org/openstreetmap/josm/tools/template_engine/SearchExpressionCondition.java
r8846 r10305 26 26 @Override 27 27 public String toString() { 28 return condition .toString()+ " '" + text + '\'';28 return condition + " '" + text + '\''; 29 29 } 30 30 }
Note: See TracChangeset
for help on using the changeset viewer.