blob: b1d10e8c7840b392424f11cd49e07ee4be9e845d [file] [log] [blame]
class Test {
public static boolean test(String key, String keyValue){
// some comment goes here
return key != null && key.equals(keyValue);
}
}