Changeset 8931 in josm for trunk/src/org/openstreetmap/josm/actions/upload/UploadHook.java
- Timestamp:
- 2015-10-23T01:17:45+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/upload/UploadHook.java
r8512 r8931 5 5 6 6 public interface UploadHook { 7 7 8 /** 8 9 * Checks the upload. 9 10 * @param apiDataSet the data to upload 11 * @return {@code true} if upload is possible 10 12 */ 11 13 boolean checkUpload(APIDataSet apiDataSet);
Note:
See TracChangeset
for help on using the changeset viewer.