This method in EconomyResponse.java can be improved by replacing it with:
/**
* Checks if an operation was successful
* @return if the operation was successful
*/
public boolean transactionSuccess() {
return type == ResponseType.SUCCESS;
}
Didn't write this in an IDE so please check for errors. :)
This method in EconomyResponse.java can be improved by replacing it with:
Didn't write this in an IDE so please check for errors. :)