>
> - public Date getCreationDate() {
> - return (Date) creationDate.clone();
> - }
> + public abstract String getArchiveId();mind dropping the gets? These are immutable objects. iotw s/getArchiveId/archiveId (same comment everywhere) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/64/files#r19622342
