blossom-project / blossom

Blossom is a Java framework based on Spring-Boot which enables you to realize your projects quickly and smoothly. It comes with several modules and tools made to ease and speed up your development process.
http://blossom-project.com
Apache License 2.0
21 stars 21 forks source link

Change visibility of GenericReadOnlyDaoImpl constructor to public #233

Open jtreillard opened 3 years ago

jtreillard commented 3 years ago

We're not able to extend GenricReadOnlyDaoImpl since its constructor is package private. Please make it public

lperrod commented 3 years ago

See https://github.com/blossom-project/blossom/pull/234

lperrod commented 3 years ago

You can close this issue as it has been merged