> @@ -77,8 +77,11 @@ public
> AllocateAndAddFloatingIpToNode(@Named(TIMEOUT_NODE_RUNNING) Predicate<Ato
>
> FloatingIP ip = null;
> try {
> - logger.debug(">> allocating or reassigning floating ip for
> node(%s)", node.getId());
> + logger.debug(">> allocating or reassigning floating ip for node(%s)",
> node.getId());
Actually I think we want to leave this in as it matches with formatting for the
rest of the file: that being all enclosed code (whether from if/else or
try/catch) is starting on column 10
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/425/files#r14409912