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 470df01 commit 758b160Copy full SHA for 758b160
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 false;
+ return true;
38
39
0 commit comments