blob: d1777e043eabc9d88e82c2e656ba260d784167cf [file] [log] [blame]
class Negated {
void check(String contentType) {
if (!"image/jpeg".equalsIgnoreCase(contentType)) {}
}
}