Changeset 4464 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2011-09-25T19:28:53+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r4452 r4464 315 315 } 316 316 317 public String getAttributionText() { 318 return attributionText; 319 } 320 317 321 public void setAttributionText(String text) { 318 322 attributionText = text; … … 323 327 } 324 328 329 public String getAttributionLinkURL() { 330 return attributionLinkURL; 331 } 332 325 333 public void setAttributionLinkURL(String text) { 326 334 attributionLinkURL = text; 335 } 336 337 public String getTermsOfUseURL() { 338 return termsOfUseURL; 327 339 } 328 340
Note:
See TracChangeset
for help on using the changeset viewer.