fixed wrong api field
This commit is contained in:
parent
3f0b7eb70f
commit
5c5ca348ad
|
@ -65,7 +65,7 @@ public class User extends TwitterResponseObject implements Comparable<User>, Par
|
||||||
@JsonField(name = "screen_name")
|
@JsonField(name = "screen_name")
|
||||||
String screenName;
|
String screenName;
|
||||||
|
|
||||||
@JsonField(name = {"location", "profile_location"})
|
@JsonField(name = "location")
|
||||||
String location;
|
String location;
|
||||||
|
|
||||||
@JsonField(name = "description")
|
@JsonField(name = "description")
|
||||||
|
|
Loading…
Reference in New Issue