From 3e447d1ef47e6119831004e6762e01ef7d982209 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 12 Oct 2011 07:45:24 +0000 Subject: [PATCH] minor: javadoc SVN: 23293 --- .../plugin/screening/shared/basic/dto/LogicalImageInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/LogicalImageInfo.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/LogicalImageInfo.java index b1578030bbb..18f8586bda7 100644 --- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/LogicalImageInfo.java +++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/LogicalImageInfo.java @@ -22,8 +22,8 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.ISerializable; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.ServiceVersionHolder; /** - * Describes one logical image in the image dataset. For HCS it will be all images of the well. For - * microscopy the whole dataset contains one logical image. + * Describes one logical image in the image dataset. For HCS the logical image will consist of all + * images of the well. For microscopy the whole dataset contains one logical image. * * @author Tomasz Pylak */ -- GitLab