Ignore:
Timestamp:
2015-08-04T11:35:31+02:00 (9 years ago)
Author:
nokutu
Message:

Fixed JavaDoc errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/oauth/OAuthUtils.java

    r31446 r31447  
    111111   * @param uuid
    112112   *          The UUID used to create the sequence.
    113    * @param username
    114    *          The username who is going to upload the picture.
    115113   * @throws NoSuchAlgorithmException
    116114   * @throws InvalidKeyException
     
    177175   *          The sequence to upload. It must contain only
    178176   *          {@link MapillaryImportedImage} objects.
    179    * @throws NoSuchAlgorithmException
    180    * @throws UnsupportedEncodingException
    181    * @throws InvalidKeyException
    182177   */
    183178  public static void uploadSequence(MapillarySequence sequence) {
Note: See TracChangeset for help on using the changeset viewer.