hold17 / cphindustries

App for CPH Industries to manage weapons made for movies.
MIT License
0 stars 1 forks source link

Remove public from classes in dataaccess #63

Closed algorythm closed 6 years ago

algorythm commented 6 years ago

Remove public from most of classes in dataaccess. It should not be possible to for instance instantiate a new SceneDaoDemo object outside of that package. Dao's should only be instantiated by the factory.