> this.guestLoginDelay = guestLoginDelay; > - this.productPackageSupplier = checkNotNull(productPackageSupplier, > "productPackageSupplier"); > + this.activeTransactionsDelay = activeTransactionsDelay; > + this.includePublicImages = includePublicImages;
Add null checks for all properties. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/296/files#r12882275
