Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 448 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 448 Bytes

Easyconf

This is a fork of easyconf from easyconf.sourceforge.net with some minor changes to some of the modifiers (using protected in place of private so class can be subclassed) and moves some object creation to a separate protected member to accommodate overriding the type of class created and used in a super method without having to recreate the entire method.