Ambiguous Result

Another quo-de for today. You can see how ambiguous this function call

[java] protected void onPostExecute(RefreshTaskResult<ActionResult<SquadInfoShort>> result) {
// Check result
if(result.getResult().getResult()) {

}
}
[/java]

What result?

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *