diff --git a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/dss/phosphonetx/server/plugins/MsInjectionCopier.java b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/dss/phosphonetx/server/plugins/MsInjectionCopier.java index 293a7fe2af5803301bb1474222c6ecb1333eb98b..018b84e5764bbe6cea53ec62278b706c33231478 100644 --- a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/dss/phosphonetx/server/plugins/MsInjectionCopier.java +++ b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/dss/phosphonetx/server/plugins/MsInjectionCopier.java @@ -277,6 +277,12 @@ class MsInjectionCopier implements Serializable, IPostRegistrationDatasetHandler { } + /** + * Copies specified data file/folder to destination specified in constructor. The name of the + * file/folder at the destination is defined as + * <code><sample code>_<data set type code></code> where sample code is provided by + * the parameter bindings (key: data set code). + */ public Status handle(File originalData, DataSetInformation dataSetInformation, Map<String, String> parameterBindings) {