Capitalize the Bloom in Bloom filter in comments

(Because it's someone's name.)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=150353742
This commit is contained in:
mountford 2017-03-16 12:32:11 -07:00 committed by Ben McIlwain
parent bd6a2d02dd
commit ff70494bd8
4 changed files with 12 additions and 12 deletions

View file

@ -153,7 +153,7 @@ public class PremiumListUtilsTest {
.setLabel("missingno")
.setPrice(Money.parse("USD 1000"))
.build());
// "missingno" shouldn't be in the bloom filter, thus it should return not premium without
// "missingno" shouldn't be in the Bloom filter, thus it should return not premium without
// attempting to load the entity that is actually present.
assertThat(getPremiumPrice("missingno", Registry.get("tld"))).isAbsent();
// However, if we manually query the cache to force an entity load, it should be found.