Changes from auto code review
This commit is contained in:
parent
e4d87b4b07
commit
21a6fc5baa
@ -52,7 +52,7 @@ public class ListElementRemovalTest {
|
||||
|
||||
@Override
|
||||
public boolean remove(String t) {
|
||||
return t.equals("a") || t.endsWith("c");
|
||||
return "a".equals(t) || "c".equals(t);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user