Fixed typo

This commit is contained in:
Tuna Aksoy
2017-03-20 10:19:25 +00:00
parent a336e942e7
commit 3b84d35ed0

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)