Changeset 10831 in josm for trunk/src/oauth/signpost/http/HttpRequest.java
- Timestamp:
- 2016-08-18T00:21:03+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oauth/signpost/http/HttpRequest.java
r4231 r10831 6 6 7 7 import oauth.signpost.OAuthConsumer; 8 import oauth.signpost.basic.HttpURLConnectionRequestAdapter;9 8 10 9 /** … … 14 13 * currently supported, you'll have to write an adapter which implements this 15 14 * interface and a custom {@link OAuthConsumer} which performs the wrapping. 16 * 17 * @see HttpURLConnectionRequestAdapter 15 * 18 16 * @author Matthias Kaeppler 19 17 */ … … 38 36 /** 39 37 * Returns the wrapped request object, in case you must work directly on it. 40 * 38 * 41 39 * @return the wrapped request object 42 40 */
Note:
See TracChangeset
for help on using the changeset viewer.