We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda8a38 commit 470df01Copy full SHA for 470df01
src/main/java/com/diffblue/javademo/Search.java
@@ -34,6 +34,6 @@ public boolean isNeedleInHaystack(String input) {
34
}
35
36
public boolean someNewMethod() {
37
- return true;
+ return false;
38
39
0 commit comments