mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fix very minor issue with Javadoc strings.
This commit is contained in:
@@ -74,12 +74,16 @@ public class ExtendedPermissionServiceImpl extends PermissionServiceImpl
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Configured Permission mapping.
|
* Configured Permission mapping.
|
||||||
*
|
* <p>
|
||||||
* These strings come from alfresco-global.properties and allow fine tuning of the how permissions are mapped.
|
* 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.
|
* This was added as a fix for MNT-16852 to enhance compatibility with our Outlook Integration.
|
||||||
*
|
*/
|
||||||
**/
|
|
||||||
protected List<String> configuredReadPermissions;
|
protected List<String> configuredReadPermissions;
|
||||||
|
/**
|
||||||
|
* Configured Permission mapping.
|
||||||
|
* <p>
|
||||||
|
* This string also comes from alfresco-global.properties.
|
||||||
|
*/
|
||||||
protected List<String> configuredFilePermissions;
|
protected List<String> configuredFilePermissions;
|
||||||
|
|
||||||
/** File plan service */
|
/** File plan service */
|
||||||
|
Reference in New Issue
Block a user