Code duplication @ AbilityFactory_Animate.java (r9789)

Compare code of
private static void animateAllResolve(final AbilityFactory af, final SpellAbility sa)
and
private static void animateResolve(final AbilityFactory af, final SpellAbility sa)
in the named class.
It might be a good idea to store the code used by both methods in a single function and call it as needed by each method.
private static void animateAllResolve(final AbilityFactory af, final SpellAbility sa)
and
private static void animateResolve(final AbilityFactory af, final SpellAbility sa)
in the named class.
It might be a good idea to store the code used by both methods in a single function and call it as needed by each method.