blob: 8b87e90495ef2f962c4e7db9fdb7adce00f1c113 [file] [log] [blame]
class Normal {
void check(String contentType) {
if ((contentType != <caret>null) && contentType.equals("image/jpeg")) {}
}
}