blob: d834fb67b7e1a1e1e3638c3d82e29b55db74aac1 [file] [log] [blame]
class Negated {
void check(String contentType) {
if (contentType<caret> == null || !contentType.equalsIgnoreCase("image/jpeg")) {}
}
}