> public abstract int size(); > > @Nullable > + public abstract List<String> sshKeys();
Better use a `Set` to avoid duplicates? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/245/files#r55284415
> public abstract int size(); > > @Nullable > + public abstract List<String> sshKeys();
Better use a `Set` to avoid duplicates? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/245/files#r55284415