No effective change - Finder javadoc to use "Database"

This commit is contained in:
rob bygrave
2019-03-07 09:08:34 +13:00
parent 933c791d33
commit e7e6e00473
+1 -1
View File
@@ -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;