> this.mode = checkNotNull(mode, "mode"); > this.source = checkNotNull(source, "source"); > this.deviceName = deviceName; > this.deleteOnTerminate = deleteOnTerminate; > + this.boot = boot;
If `deleteOnTerminate` and `boot` are `Boolean`s and not `boolean`s, either add a null check or `@Nullable`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8320398
