Remove full text from Paper class
This commit is contained in:
parent
7e56aae1a2
commit
3b4d7f1408
|
@ -27,14 +27,9 @@ class Abstract {
|
|||
String text;
|
||||
}
|
||||
|
||||
class Body_Text {
|
||||
String text;
|
||||
}
|
||||
|
||||
public class Paper {
|
||||
String paper_id;
|
||||
Metadata metadata;
|
||||
@SerializedName("abstract")
|
||||
List<Abstract> abstr;
|
||||
List<Body_Text> body_text;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue