#1892 - Refactor change internal use of Ebean to DB

This commit is contained in:
rob bygrave
2019-12-13 14:20:51 +13:00
parent 5cd74bc468
commit 590cd07d67
+2
View File
@@ -24,6 +24,8 @@ import java.util.concurrent.Callable;
import java.util.concurrent.ConcurrentHashMap;
/**
* Ebean will be Deprecated - please migrate to use DB.
* <p>
* Ebean is a registry of {@link Database} by name. Ebean has now been renamed to {@link DB}.
* <p>
* Ebean is effectively this is an alias for {@link DB} which is the new and improved name for Ebean.