refactor deprecated methods and some code documentation
git-svn-id: https://svn.libreccm.org/ccm/trunk@158 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
95e696d94a
commit
b4b202e80a
|
|
@ -85,8 +85,7 @@ public class WorkspaceConfig extends AbstractConfig {
|
||||||
|
|
||||||
m_htmlPortletWysiwygEditor = new BooleanParameter(
|
m_htmlPortletWysiwygEditor = new BooleanParameter(
|
||||||
"com.arsdigita.london.portal.portlet.freeform_html.wysiwyg_editor",
|
"com.arsdigita.london.portal.portlet.freeform_html.wysiwyg_editor",
|
||||||
Parameter.REQUIRED,
|
Parameter.REQUIRED, Boolean.FALSE);
|
||||||
Boolean.FALSE);
|
|
||||||
|
|
||||||
m_workspacePartyPrivilege = new StringParameter(
|
m_workspacePartyPrivilege = new StringParameter(
|
||||||
"com.arsdigita.london.portal.workspacePartyPrivilege",
|
"com.arsdigita.london.portal.workspacePartyPrivilege",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue