Ambiguous Result
by
gilang
·
Published
· Updated
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?
Tags: ambiguousjavaquo-de
You may also like...