Changeset 31447 in osm for applications/editors/josm
- Timestamp:
- 2015-08-04T11:35:31+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/oauth/OAuthUtils.java
r31446 r31447 111 111 * @param uuid 112 112 * The UUID used to create the sequence. 113 * @param username114 * The username who is going to upload the picture.115 113 * @throws NoSuchAlgorithmException 116 114 * @throws InvalidKeyException … … 177 175 * The sequence to upload. It must contain only 178 176 * {@link MapillaryImportedImage} objects. 179 * @throws NoSuchAlgorithmException180 * @throws UnsupportedEncodingException181 * @throws InvalidKeyException182 177 */ 183 178 public static void uploadSequence(MapillarySequence sequence) {
Note:
See TracChangeset
for help on using the changeset viewer.