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 7d496a3 commit 3a078cbCopy full SHA for 3a078cb
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