- Timestamp:
- 2020-06-11T19:05:16+02:00 (4 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r16572 r16605 629 629 } 630 630 631 @Override 632 public void setBounds(ImageryBounds b) { 633 // for binary compatibility 634 this.bounds = b; 635 } 636 631 637 /** 632 638 * Sets the extended URL of this entry. -
trunk/src/org/openstreetmap/josm/data/sources/SourceInfo.java
r16545 r16605 250 250 251 251 /** 252 * Sets the source polygon ial bounds.252 * Sets the source polygonal bounds. 253 253 * @param b The source bounds (non-rectangular) 254 254 */ … … 258 258 259 259 /** 260 * Returns the source polygon ial bounds.260 * Returns the source polygonal bounds. 261 261 * @return The source bounds (non-rectangular) 262 262 */
Note:
See TracChangeset
for help on using the changeset viewer.