Skip to content
Snippets Groups Projects
Commit 674c15c5 authored by felmer's avatar felmer
Browse files

SSDM-4647: Remove unused attribute AbstractObjectSearchCriteria.copies

SVN: 37878
parent 417b11ad
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
package ch.ethz.sis.openbis.generic.server.asapi.v3.translator.dataset; package ch.ethz.sis.openbis.generic.server.asapi.v3.translator.dataset;
import java.util.List;
import ch.ethz.sis.openbis.generic.server.asapi.v3.translator.common.ObjectBaseRecord; import ch.ethz.sis.openbis.generic.server.asapi.v3.translator.common.ObjectBaseRecord;
/** /**
...@@ -28,6 +26,4 @@ public class LinkedDataBaseRecord extends ObjectBaseRecord ...@@ -28,6 +26,4 @@ public class LinkedDataBaseRecord extends ObjectBaseRecord
public String externalCode; public String externalCode;
public List<ContentCopyRecord> copies;
} }
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