No functional change - fix error message in DataSourceConfigurationException throw by Ebean

This commit is contained in:
rob bygrave
2020-02-03 22:34:10 +13:00
parent 5962f14874
commit a89744a7bd
+1 -1
View File
@@ -82,7 +82,7 @@ public final class Ebean {
} catch (DataSourceConfigurationException e) {
String msg = "Configuration error creating DataSource for the default Database." +
" This typically means a missing application-test.yaml or missing ebean-test-config dependency." +
" This typically means a missing application-test.yaml or missing ebean-test dependency." +
" See https://ebean.io/docs/trouble-shooting#datasource";
throw new DataSourceConfigurationException(msg, e);