> @@ -213,6 +218,11 @@ public SoftLayerComputeServiceAdapter(SoftLayerApi api, > api.getVirtualGuestApi().setTags(result.getId(), > templateOptions.getTags()); > } > > + String notes = getNotesFrom(templateOptions); > + if (!Strings.isNullOrEmpty(notes)) { > + api.getVirtualGuestApi().setNotes(result.getId(), > getNotesFrom(templateOptions));
Use the `notes` variable instead. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/756/files#r31583284