mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 15:35:44 +00:00
Simplify control flow and execute getResourcesToDelete after imposeBackoffExponentialDelay. Impose backoff only on unexceptional path. Do not concatenate exceptions with toDelete since getResourcesToDelete will pick these up. Prefer isEmpty over size.