Fix very minor issue with Javadoc strings.

This commit is contained in:
Tom Page
2016-10-25 16:09:48 +01:00
parent 5edc40e832
commit 121381a384

View File

@@ -74,12 +74,16 @@ public class ExtendedPermissionServiceImpl extends PermissionServiceImpl
/**
* Configured Permission mapping.
*
* These strings come from alfresco-global.properties and allow fine tuning of the how permissions are mapped.
* <p>
* This string comes from alfresco-global.properties and allows fine tuning of the how permissions are mapped.
* This was added as a fix for MNT-16852 to enhance compatibility with our Outlook Integration.
*
**/
*/
protected List<String> configuredReadPermissions;
/**
* Configured Permission mapping.
* <p>
* This string also comes from alfresco-global.properties.
*/
protected List<String> configuredFilePermissions;
/** File plan service */