Fixed typo

This commit is contained in:
Tuna Aksoy
2017-03-20 10:19:25 +00:00
parent 68da4b9a93
commit 0d7d8e2fbf

View File

@@ -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)