mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RM-6869 code comment changes
This commit is contained in:
@@ -680,7 +680,6 @@ public class RecordServiceImplUnitTest extends BaseUnitTest
|
||||
assocs.add(mockedLinkAssoc);
|
||||
when(mockedNodeService.getParentAssocs(dmNodeRef)).thenReturn(assocs);
|
||||
when(mockedChildAssoc.getParentRef()).thenReturn(originatingLocation);
|
||||
when(mockedLinkAssoc.getParentRef()).thenReturn(dmNodeRef);
|
||||
when(mockedLinkAssoc.getParentRef()).thenReturn(link);
|
||||
when(mockedNodeService.getType(link)).thenReturn(TYPE_RECORD_FOLDER);
|
||||
when(mockedNodeService.getPrimaryParent(dmNodeRef)).thenReturn(mockedParentAssoc);
|
||||
|
Reference in New Issue
Block a user