Resolve issues related to renaming User class to UserData class.

This commit is contained in:
Alex Ning
2019-01-11 11:45:04 +08:00
parent e48bb565a5
commit dc35c8fc9c
3 changed files with 2 additions and 91 deletions

View File

@@ -30,7 +30,7 @@ public class RedditUtils {
static final String AUTHORIZATION_KEY = "Authorization";
static final String AUTHORIZATION_BASE = "bearer ";
static final String USER_AGENT_KEY = "UserData-Agent";
static final String USER_AGENT_KEY = "User-Agent";
static final String USER_AGENT = "";
static final String GRANT_TYPE_KEY = "grant_type";