Remove stale javadoc references to AsyncApi.

This commit is contained in:
Adrian Cole 2014-10-05 11:03:30 -07:00 committed by Adrian Cole
parent d728e0343a
commit 52cf5555db
2 changed files with 1 additions and 3 deletions

View File

@ -37,8 +37,6 @@ import org.jclouds.rest.annotations.Endpoint;
* Usually this is not directly used by a client, which instead specifies
* OAuthAuthenticator as a request filter, which in turn uses this class to
* perform token requests.
*
* @see OAuthAsyncApi
*/
@Endpoint(Authentication.class)
public interface OAuthApi extends Closeable {

View File

@ -26,7 +26,7 @@ import java.lang.annotation.Target;
/**
* Qualifies OAuth related resources, such as Endpoint.
*
* @see org.jclouds.oauth.v2.OAuthAsyncApi
* @see org.jclouds.oauth.v2.OAuthApi
*/
@Retention(value = RetentionPolicy.RUNTIME)
@Target(value = {ElementType.TYPE, ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD})