>  
> -     private List<String> elements = Lists.newArrayList();
> -     protected StringBuilder currentText = new StringBuilder();
> -     private Deployment.Builder builder = Deployment.builder();
> +   @Override
> +   public Deployment getResult() {
> +      try {
> +         return builder.build();
> +      } finally {
> +         builder = Deployment.builder();
> +      }

> the approach you are commenting on is in a ton of other files

Then let's leave as-is - thanks for explaining.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/76/files#r18262074

Reply via email to