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

LMS-1398 Fixed comments and removed dead code.

SVN: 15087
parent fc90157f
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,6 @@ import ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation;
* <p>
* In the case of data representing experiments and samples, the extractor may need to register the
* experiment/sample with openBIS before continuing to process the data set.
* <p>
* The extractor expects that certain things have been set up in the database. In particular:
* <ul>
* <li>A space called CINA</li>
* </ul>
*
* @author Chandrasekhar Ramakrishnan
*/
......
......@@ -59,9 +59,7 @@ class ExperimentMetadataExtractor
private String emailAddress;
static final String EXPERIMENT_TYPE_CODE = "CINA_EXP_TYPE";
static final String SAMPLE_TYPE_CODE = "CINA_SAMPLE_TYPE";
private static final String EXPERIMENT_TYPE_CODE = "CINA_EXP_TYPE";
ExperimentMetadataExtractor(DataSetInformation dataSetInformation,
Map<String, String> experimentMetadata, String experimentCodeSuffix,
......
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