Skip to content

Commit 27751dc

Browse files
committed
Cleanup block comment
1 parent d1ec2bb commit 27751dc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/com/codepath/oauth/OAuthLoginActivity.java

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ private Class<T> getClientClass() {
3838
}
3939

4040
/*
41-
*
42-
* 1) Subclass OAuthBaseClient like TwitterClient 2) Subclass
43-
* OAuthLoginActivity<TwitterClient> 3) Invoke .login 4) Optionally override a)
44-
* onLoginSuccess b) onLoginFailure(Exception e) 5) In other activities that
45-
* need the client a) c = TwitterClient.getSharedClient() b) c.getTimeline(...)
41+
* 1) Subclass OAuthBaseClient like TwitterClient
42+
* 2) Subclass OAuthLoginActivity<TwitterClient>
43+
* 3) Invoke .login
44+
* 4) Optionally override
45+
* a) onLoginSuccess
46+
* b) onLoginFailure(Exception e)
47+
* 5) In other activities that need the client
48+
* a) c = TwitterClient.getSharedClient()
49+
* b) c.getTimeline(...)
4650
* 6) Modify AndroidManifest.xml to add an IntentFilter w/ the callback URL
4751
* defined in the OAuthBaseClient.
4852
*/

0 commit comments

Comments
 (0)