Removed the result attribute from the BaseResponse class

This commit is contained in:
Nelson R. Perez 2018-04-13 21:11:55 -05:00
parent 04e6fe5b5c
commit e786e0ca31

View file

@ -7,7 +7,6 @@ package cy.agorise.graphenej.models;
public class BaseResponse {
public long id;
public Error error;
public Object result;
public static class Error {
public ErrorData data;