Changeset 5266 in josm for trunk/src/org/openstreetmap/josm/data/oauth
- Timestamp:
- 2012-06-03T16:41:25+02:00 (13 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/oauth
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/oauth/OAuthParameters.java
r3479 r5266 128 128 129 129 /** 130 * Builds an {@ seeOAuthConsumer} based on these parameters130 * Builds an {@link OAuthConsumer} based on these parameters 131 131 * 132 132 * @return the consumer … … 138 138 139 139 /** 140 * Builds an {@ seeOAuthProvider} based on these parameters and a OAuth consumer <code>consumer</code>.140 * Builds an {@link OAuthProvider} based on these parameters and a OAuth consumer <code>consumer</code>. 141 141 * 142 142 * @param consumer the consumer. Must not be null. -
trunk/src/org/openstreetmap/josm/data/oauth/OAuthToken.java
r3530 r5266 9 9 10 10 /** 11 * Creates an OAuthToken from the token currently managed by the {@ seeOAuthConsumer}.11 * Creates an OAuthToken from the token currently managed by the {@link OAuthConsumer}. 12 12 * 13 13 * @param consumer the consumer
Note:
See TracChangeset
for help on using the changeset viewer.