From 3bc7ba1794b3b50449987e681172e0b1860ffd5e Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 12 May 2010 13:06:49 +0000
Subject: [PATCH] SE-246 Javadoc added

SVN: 15960
---
 .../dss/phosphonetx/server/plugins/MsInjectionCopier.java   | 6 ++++++
 1 file changed, 6 insertions(+)

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 293a7fe2af5..018b84e5764 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>&lt;sample code&gt;_&lt;data set type code&gt;</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)
     {
-- 
GitLab