Changeset 14403 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-11-02T18:53:00+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/AbstractWMSTileSource.java
r14399 r14403 231 231 } 232 232 233 private finalString getBboxstr(double x1, double x2, double x3, double x4) {233 private String getBboxstr(double x1, double x2, double x3, double x4) { 234 234 return new StringBuilder(64) 235 235 .append(LATLON_FORMAT.format(x1))
Note:
See TracChangeset
for help on using the changeset viewer.