diff --git a/src/main/java/io/ebean/Finder.java b/src/main/java/io/ebean/Finder.java index 7f944753d..fbe4e5668 100644 --- a/src/main/java/io/ebean/Finder.java +++ b/src/main/java/io/ebean/Finder.java @@ -93,7 +93,7 @@ public class Finder { } /** - * Create with the type of the entity bean and specific server name. + * Create with the type of the entity bean and specific database name. */ public Finder(Class type, String databaseName) { this.type = type;