Ignore:
Timestamp:
2016-08-18T00:21:03+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13232 - cleanup OAuth signpost code:

  • remove classes unused by JOSM
  • add missing @Override annotations
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oauth/signpost/signature/QueryStringSigningStrategy.java

    r6849 r10831  
    1313 * the URL once the request has been instantiated, so there is no way to append
    1414 * parameters to it.
    15  * 
     15 *
    1616 * @author Matthias Kaeppler
    1717 */
     
    2020    private static final long serialVersionUID = 1L;
    2121
     22    @Override
    2223    public String writeSignature(String signature, HttpRequest request,
    2324            HttpParameters requestParameters) {
Note: See TracChangeset for help on using the changeset viewer.