> + this.created = created; > + this.path = path; > + this.args = args; > + this.config = config; > + this.state = state; > + this.image = image; > + this.networkSettings = networkSettings; > + this.sysInitPath = sysInitPath; > + this.resolvConfPath = resolvConfPath; > + this.volumes = volumes; > + this.sizeRw = sizeRw; > + this.sizeRootFs = sizeRootFs; > + this.command = command; > + this.status = status; > + this.hostConfig = hostConfig; > + this.ports = ports;
Same, null checks... --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/57/files#r10839975
