> + > +import java.util.Date; > + > +import org.apache.felix.gogo.commands.Argument; > +import org.apache.felix.gogo.commands.Command; > +import org.apache.felix.gogo.commands.Option; > +import org.jclouds.blobstore.BlobStore; > +import org.jclouds.blobstore.domain.Blob; > + > +import com.google.common.collect.Iterables; > +import com.google.common.io.ByteSource; > +import com.google.common.net.HttpHeaders; > + > +/** > + * Reads the time from the blobstore, optionally enforcing a maximum clock > + * skew. Improperly configured private blobstores can have sufficient skew
[minor] Only one space before "Improperly"? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/37/files#r10063952
