Skip to content
Snippets Groups Projects
Commit 4d1baf93 authored by brinn's avatar brinn
Browse files

add: SampleRelationRecord to friend classes

SVN: 17181
parent 317786fd
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,8 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.SampleIdentifier; ...@@ -80,7 +80,8 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.SampleIdentifier;
* @author Bernd Rinn * @author Bernd Rinn
*/ */
@Friend(toClasses = @Friend(toClasses =
{ ExperimentProjectGroupCodeRecord.class, SampleRecord.class, ISampleListingQuery.class }) { ExperimentProjectGroupCodeRecord.class, SampleRecord.class, SampleRelationRecord.class,
ISampleListingQuery.class })
final class SampleListingWorker final class SampleListingWorker
{ {
private final static Logger operationLog = private final static Logger operationLog =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment