From a4b49dfa27e9296d6c2a2ca516674639231ba7f6 Mon Sep 17 00:00:00 2001
From: Rob Bygrave
{@code
*
- * public class CustomerFinder extends Finder {
+ * public class CustomerFinder extends Finder {
*
* public CustomerFinder() {
* super(Customer.class);
@@ -31,7 +31,7 @@ import java.util.List;
* }
*
* public List findNew() {
- * return query()
+ * return query().where()
* .eq("status", Customer.Status.NEW)
* .orderBy("name")
* .findList()