Removed the result attribute from the BaseResponse class

develop
Nelson R. Perez 2018-04-13 21:11:55 -05:00
parent 04e6fe5b5c
commit e786e0ca31
1 changed files with 0 additions and 1 deletions

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;