Rename packages in order to make future stable documentation clearer.
[lgpl/argeo-commons.git] / org.argeo.cms.e4 / src / org / argeo / cms / e4 / users / AbstractRoleEditor.java
index 3c9347a71381f4f8f3644b521e35627bce6a4ee7..c957656c640f766a2bf83d7a87b9adeb28c30732 100644 (file)
@@ -282,7 +282,7 @@ public abstract class AbstractRoleEditor {
                Text text = new Text(parent, SWT.BORDER);
                text.setText(value);
                text.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false));
-               // CmsUtils.style(text, CmsWorkbenchStyles.WORKBENCH_FORM_TEXT);
+               // CmsUiUtils.style(text, CmsWorkbenchStyles.WORKBENCH_FORM_TEXT);
                return text;
        }
 
@@ -295,7 +295,7 @@ public abstract class AbstractRoleEditor {
                text.setText(value);
                text.setLayoutData(new GridData(SWT.LEAD, SWT.FILL, true, false));
                text.setEditable(false);
-               // CmsUtils.style(text, CmsWorkbenchStyles.WORKBENCH_FORM_TEXT);
+               // CmsUiUtils.style(text, CmsWorkbenchStyles.WORKBENCH_FORM_TEXT);
                return text;
        }