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

LMS-1398 Added comment.

SVN: 15096
parent 9ca4986c
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ import ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation; ...@@ -46,7 +46,6 @@ import ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation;
*/ */
public class CinaDataSetInfoExtractor implements IDataSetInfoExtractor public class CinaDataSetInfoExtractor implements IDataSetInfoExtractor
{ {
public CinaDataSetInfoExtractor(final Properties globalProperties) public CinaDataSetInfoExtractor(final Properties globalProperties)
{ {
...@@ -77,12 +76,27 @@ public class CinaDataSetInfoExtractor implements IDataSetInfoExtractor ...@@ -77,12 +76,27 @@ public class CinaDataSetInfoExtractor implements IDataSetInfoExtractor
openbisService); openbisService);
break; break;
case UNKNOWN: case UNKNOWN:
// Ignore it
break; break;
} }
return dataSetInformation; return dataSetInformation;
} }
// Not currently used, may be used in the future
// private static final String NON_EXISTENT_SAMPLE_CODE = "JUNK";
// /**
// * Configure the dataset information to be recognized as something to be deleted -- this is
// * possible by giving it a non-existent sample code
// */
// private void configureFolderForDeletion(final DataSetInformation dataSetInformation)
// {
// // Configure the data set information to be recognized as something to be deleted -- this is
// // possible by giving it a non-existent sample code
// dataSetInformation.setSampleCode(NON_EXISTENT_SAMPLE_CODE);
// dataSetInformation.setGroupCode("CINA");
// }
/** /**
* See if the incoming data set folder is contains an experiment and, if so, register the * See if the incoming data set folder is contains an experiment and, if so, register the
* experiment. * experiment.
......
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