ProjectMoon / ringmud

RingMUD Java Mud Server and Engine
http://ringmud.thermetics.net/
GNU Lesser General Public License v3.0
21 stars 5 forks source link

Reduce ExistDB/ExistDBStore visibility #29

Open ProjectMoon opened 14 years ago

ProjectMoon commented 14 years ago

Currently, these classes are public and used in a number of places. Ideally, they should be hidden and the user should never interact with them. They need to be dropped to package-level access, and the functionality that depends on public access refactored.