From b4b202e80af1760d50d342a3c0d57c6d3050b7f1 Mon Sep 17 00:00:00 2001 From: pb Date: Sun, 10 May 2009 07:00:58 +0000 Subject: [PATCH] refactor deprecated methods and some code documentation git-svn-id: https://svn.libreccm.org/ccm/trunk@158 8810af33-2d31-482b-a856-94f89814c4df --- .../src/com/arsdigita/london/portal/WorkspaceConfig.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ccm-ldn-portal/src/com/arsdigita/london/portal/WorkspaceConfig.java b/ccm-ldn-portal/src/com/arsdigita/london/portal/WorkspaceConfig.java index 26a5498e9..00fef3e37 100755 --- a/ccm-ldn-portal/src/com/arsdigita/london/portal/WorkspaceConfig.java +++ b/ccm-ldn-portal/src/com/arsdigita/london/portal/WorkspaceConfig.java @@ -83,10 +83,9 @@ public class WorkspaceConfig extends AbstractConfig { "com.arsdigita.london.portal.admin_only_portlet_types", Parameter.OPTIONAL, new String[0]); - m_htmlPortletWysiwygEditor = new BooleanParameter( - "com.arsdigita.london.portal.portlet.freeform_html.wysiwyg_editor", - Parameter.REQUIRED, - Boolean.FALSE); + m_htmlPortletWysiwygEditor = new BooleanParameter( + "com.arsdigita.london.portal.portlet.freeform_html.wysiwyg_editor", + Parameter.REQUIRED, Boolean.FALSE); m_workspacePartyPrivilege = new StringParameter( "com.arsdigita.london.portal.workspacePartyPrivilege", @@ -101,7 +100,7 @@ public class WorkspaceConfig extends AbstractConfig { register(m_createUserWorkspaces); register(m_excludedPortletTypes); register(m_adminPortletTypes); - register(m_htmlPortletWysiwygEditor); + register(m_htmlPortletWysiwygEditor); register(m_workspacePartyPrivilege); register(m_checkWorkspaceReadPermissions);