Skip to content
Snippets Groups Projects
Commit 2f3277bd authored by tpylak's avatar tpylak
Browse files

minor: remove unused interface

SVN: 13451
parent 56ea01f3
No related branches found
No related tags found
No related merge requests found
...@@ -56,11 +56,6 @@ import ch.systemsx.cisd.openbis.generic.shared.translator.DatabaseInstanceTransl ...@@ -56,11 +56,6 @@ import ch.systemsx.cisd.openbis.generic.shared.translator.DatabaseInstanceTransl
ISecondaryEntityListingQuery.class }) ISecondaryEntityListingQuery.class })
public class SecondaryEntityDAO public class SecondaryEntityDAO
{ {
interface ISecondaryEntitySetListingQuery
{
Iterable<SampleReferenceRecord> getSamples(LongSet sampleIds);
}
/** /**
* Creates a new instance based on {@link PersistencyResources} and home * Creates a new instance based on {@link PersistencyResources} and home
* {@link DatabaseInstancePE} of specified DAO factory. * {@link DatabaseInstancePE} of specified DAO factory.
......
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