Skip to content
Snippets Groups Projects
Commit 31103e40 authored by cramakri's avatar cramakri
Browse files

SP-179, BIS-21: Revert making SimpleImageDataConfig.setPlate() deprecated

SVN: 26139
parent 9aa8c83a
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,6 @@ package ch.systemsx.cisd.openbis.dss.etl.dto.api.v1; ...@@ -18,8 +18,6 @@ package ch.systemsx.cisd.openbis.dss.etl.dto.api.v1;
import java.util.Arrays; import java.util.Arrays;
import ch.systemsx.cisd.etlserver.registrator.api.v1.IDataSet;
import ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable;
import ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation; import ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation;
import ch.systemsx.cisd.openbis.generic.shared.IServer; import ch.systemsx.cisd.openbis.generic.shared.IServer;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetType; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetType;
...@@ -52,11 +50,7 @@ public class BasicDataSetInformation extends DataSetInformation ...@@ -52,11 +50,7 @@ public class BasicDataSetInformation extends DataSetInformation
this.fileFormatTypeCode = fileFormatCode; this.fileFormatTypeCode = fileFormatCode;
} }
/** /** Mandatory: sets attributes of the connected sample */
* @deprecated instead invoke {@link IDataSet#setSample(ISampleImmutable)} on the
* {@link IDataSet} object created.
*/
@Deprecated
public void setSample(String sampleSpaceCode, String sampleCode) public void setSample(String sampleSpaceCode, String sampleCode)
{ {
super.setSpaceCode(sampleSpaceCode); super.setSpaceCode(sampleSpaceCode);
......
...@@ -369,10 +369,7 @@ abstract public class SimpleImageDataConfig ...@@ -369,10 +369,7 @@ abstract public class SimpleImageDataConfig
* *
* @param spaceCode space where the plate for which the dataset has been acquired exist * @param spaceCode space where the plate for which the dataset has been acquired exist
* @param plateCode code of the plate to which the dataset will belong * @param plateCode code of the plate to which the dataset will belong
* @deprecated instead invoke {@link IDataSet#setSample(ISampleImmutable)} on the
* {@link IDataSet} object created.
*/ */
@Deprecated
public void setPlate(String spaceCode, String plateCode) public void setPlate(String spaceCode, String plateCode)
{ {
this.spaceCode = spaceCode; this.spaceCode = spaceCode;
......
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