RM-6869 code comment changes

This commit is contained in:
Ross Gale
2019-06-05 09:07:35 +01:00
parent 76c865e41a
commit 62b7426b73
2 changed files with 123 additions and 9 deletions

View File

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