mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - Finder javadoc to use "Database"
This commit is contained in:
@@ -93,7 +93,7 @@ public class Finder<I, T> {
|
||||
}
|
||||
|
||||
/**
|
||||
* 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<T> type, String databaseName) {
|
||||
this.type = type;
|
||||
|
||||
Reference in New Issue
Block a user