> +import org.jclouds.scriptbuilder.statements.ssh.InstallRSAPrivateKey; > + > +/** > + * Convert the template options into a statement, but ignoring the public > key. > + * <p> > + * The {@link DigitalOceanComputeServiceAdapter} already takes care of > + * installing it using the {@link KeyPairApi}. > + * > + * @author Sergi Castro > + * @author Ignasi Barrera > + */ > +@Singleton > +public class TemplateOptionsToStatementWithoutPublicKey extends > TemplateOptionsToStatement { > + > + @Override > + public Statement apply(TemplateOptions options) {
This is expected to possibly return `null`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/49/files#r9153105