BASE_DATA_OBJECT_TYPE darf nicht final sein, weil wir von dieser Klasse ableiten und es überschreiben müssen.
git-svn-id: https://svn.libreccm.org/ccm/trunk@222 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
bdba2348c1
commit
c958a0138b
|
|
@ -65,7 +65,7 @@ public class GenericOrganization extends ContentPage {
|
||||||
/**
|
/**
|
||||||
* Type of this class (used for internal purposed).
|
* Type of this class (used for internal purposed).
|
||||||
*/
|
*/
|
||||||
public static final String BASE_DATA_OBJECT_TYPE = "com.arsdigita.cms.contenttypes.GenericOrganization";
|
public static String BASE_DATA_OBJECT_TYPE = "com.arsdigita.cms.contenttypes.GenericOrganization";
|
||||||
//private static final GenericOrganizationConfig s_config = new GenericOrganizationConfig();
|
//private static final GenericOrganizationConfig s_config = new GenericOrganizationConfig();
|
||||||
private static final Logger s_log = Logger.getLogger(GenericOrganization.class);
|
private static final Logger s_log = Logger.getLogger(GenericOrganization.class);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue