package er.extensions.eof;
/**
* Overrides ERXModelGroup and only exists to confirm that setting the "er.extensions.defaultModelGroupClassName" property
* will do the thing it is supposed to do. Luckily a class must do nothing to extend the ERXModelGroup application.
*
* @author RK
*/
public class SortOfModelGroup extends ERXModelGroup { }