Index: trunk/src/oauth/signpost/OAuthProvider.java
===================================================================
--- trunk/src/oauth/signpost/OAuthProvider.java	(revision 6849)
+++ trunk/src/oauth/signpost/OAuthProvider.java	(revision 10831)
@@ -14,6 +14,4 @@
 import java.util.Map;
 
-import oauth.signpost.basic.DefaultOAuthConsumer;
-import oauth.signpost.basic.DefaultOAuthProvider;
 import oauth.signpost.exception.OAuthCommunicationException;
 import oauth.signpost.exception.OAuthExpectationFailedException;
@@ -35,5 +33,5 @@
  * resource authorization, e.g.:
  * </p>
- * 
+ *
  * <pre>
  * OAuthProvider provider = new DefaultOAuthProvider(&quot;http://twitter.com/oauth/request_token&quot;,
@@ -49,9 +47,9 @@
  * </p>
  * <p>
- * 
+ *
  * <pre>
  * String url = provider.retrieveRequestToken(consumer, &quot;http://www.example.com/callback&quot;);
  * </pre>
- * 
+ *
  * </p>
  * <p>
@@ -64,9 +62,9 @@
  * </p>
  * <p>
- * 
+ *
  * <pre>
  * provider.retrieveAccessToken(consumer, nullOrVerifierCode);
  * </pre>
- * 
+ *
  * </p>
  * <p>
@@ -78,7 +76,5 @@
  * The consumer used during token handshakes is now ready for signing.
  * </p>
- * 
- * @see DefaultOAuthProvider
- * @see DefaultOAuthConsumer
+ *
  * @see OAuthProviderListener
  */
@@ -95,5 +91,5 @@
      * unauthorized request token and token secret set.
      * </p>
-     * 
+     *
      * @param consumer
      *        the {@link OAuthConsumer} that should be used to sign the request
@@ -143,5 +139,5 @@
      * access token and token secret set.
      * </p>
-     * 
+     *
      * @param consumer
      *        the {@link OAuthConsumer} that should be used to sign the request
@@ -187,5 +183,5 @@
      * parameters contained in the server response. It's the caller's
      * responsibility that any OAuth parameters be removed beforehand.
-     * 
+     *
      * @param parameters
      *        the map of query parameters served by the service provider in the
@@ -198,5 +194,5 @@
      * which are sent to retrieve tokens. @deprecated THIS METHOD HAS BEEN
      * DEPRECATED. Use {@link OAuthProviderListener} to customize requests.
-     * 
+     *
      * @param header
      *        The header name (e.g. 'WWW-Authenticate')
