blob: 79a55fd2112bd476c6b88363c5919e6feeb769fb [file] [log] [blame]
class Normal {
void check(String contentType) {
if ("image/jpeg".equals(contentType)) {}
}
}