diff --git a/ebean-api/src/main/java/io/ebean/Database.java b/ebean-api/src/main/java/io/ebean/Database.java index 9c69e33fd..15446e999 100644 --- a/ebean-api/src/main/java/io/ebean/Database.java +++ b/ebean-api/src/main/java/io/ebean/Database.java @@ -300,7 +300,7 @@ public interface Database { * Create a new instance of T that is an EntityBean. *
* Useful if you use BeanPostConstructListeners or @PostConstruct Annotations. - * In this case you should not use "new Bean...()". Making all bean construtors protected + * In this case you should not use "new Bean...()". Making all bean constructors protected * could be a good idea here. *
*/