From e87ec7efaec9e15d182495f92480289b8f8e1387 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Tue, 9 Aug 2011 08:34:18 +0000
Subject: [PATCH] minor: improve javadoc

SVN: 22420
---
 .../cisd/openbis/dss/etl/dto/api/v1/SimpleImageDataConfig.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screening/source/java/ch/systemsx/cisd/openbis/dss/etl/dto/api/v1/SimpleImageDataConfig.java b/screening/source/java/ch/systemsx/cisd/openbis/dss/etl/dto/api/v1/SimpleImageDataConfig.java
index ee1ba7dfb08..10c6c9ac0aa 100644
--- a/screening/source/java/ch/systemsx/cisd/openbis/dss/etl/dto/api/v1/SimpleImageDataConfig.java
+++ b/screening/source/java/ch/systemsx/cisd/openbis/dss/etl/dto/api/v1/SimpleImageDataConfig.java
@@ -341,7 +341,7 @@ abstract public class SimpleImageDataConfig
 
     /**
      * Sets parameters for the 'convert' command line tool, which will be used to apply an image
-     * transformation before persisting the images in the data store.
+     * transformation on the fly when an image is fetched.
      */
     public void setConvertTransformationCliArguments(String convertTransformationCliArguments)
     {
-- 
GitLab