> }
> - if (hostname.isPresent()) {
> - eTo.hostname(hostname.get());
> + if (hostname != null) {The null conditionals can be removed as these properties are `nullable` and there's no null check. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/178/files#r33426250
