> } > + Set<String> actualTags = actualTagsBuilder.build(); > + assertThat(actualTags).containsAll(tags);
Guava 20 adds a `CheckReturnValue` annotation to several methods which we must consume when compiling with the newer library. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/982/files/5be952718a45dd48d05cd93bb2f3a0b2a51b23ff#r77431185
