> @@ -44,31 +44,31 @@ > public abstract String etag(); > public abstract String name(); > public abstract String bucket(); > - public abstract Long generation(); > - public abstract Long metageneration(); > + public abstract long generation();
ps this is sooo much nicer than having to muck with checkNotNull, then also adjust Nullable annotation, right?! cc @jdaggett --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/76/files#r19785808
