Removed the result attribute from the BaseResponse class

develop
Nelson R. Perez 2018-04-13 21:11:55 -05:00
parent 6bda451f72
commit 42d5cb68eb
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;