mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed typo
This commit is contained in:
@@ -462,7 +462,7 @@ public class RecordFolderTests extends BaseRMRestTest
|
|||||||
// Get the file plan component API
|
// Get the file plan component API
|
||||||
FilePlanComponentAPI filePlanComponentsAPI = getRestAPIFactory().getFilePlanComponentsAPI();
|
FilePlanComponentAPI filePlanComponentsAPI = getRestAPIFactory().getFilePlanComponentsAPI();
|
||||||
|
|
||||||
// Create a record folder model to closed it
|
// Create a record folder model to close it
|
||||||
FilePlanComponent recordFolderModel = FilePlanComponent.builder()
|
FilePlanComponent recordFolderModel = FilePlanComponent.builder()
|
||||||
.properties(FilePlanComponentProperties.builder()
|
.properties(FilePlanComponentProperties.builder()
|
||||||
.isClosed(true)
|
.isClosed(true)
|
||||||
|
Reference in New Issue
Block a user