fixed wrong api field

This commit is contained in:
Mariotaku Lee 2017-04-07 00:24:57 +08:00
parent 3f0b7eb70f
commit 5c5ca348ad
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class User extends TwitterResponseObject implements Comparable<User>, Par
@JsonField(name = "screen_name")
String screenName;
@JsonField(name = {"location", "profile_location"})
@JsonField(name = "location")
String location;
@JsonField(name = "description")