commit | b304a0585110b38cd9043dea950b070a0ea4d01e | [log] [download] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Thu Feb 12 21:39:55 2015 -0800 |
committer | Shawn Pearce <sop@google.com> | Thu Feb 12 21:40:57 2015 -0800 |
tree | c0413f612a29b74dbd5d3e0ba32c20ec356982be | |
parent | a3e0e28fa6c9647471d3c46157bc3bc9b42dd474 [diff] |
Markdown: fix SELF_CLOSING_TAGS.contains call CID 29319 (#1 of 1): EC: Comparing incompatible types for equality (FB.EC_UNRELATED_TYPES) 1. defect: Call to com.google.common.collect.ImmutableSet<java.lang.String>.equals(String). This should be .contains() to test the argument is a member of the set. By mistake I wrote .equals(), which is always false as a set is never equal to a string. Change-Id: Ic1908c47a37e6ad930f182aac4ce0a29f86452b1