From df188feb02f19b4c807f3a8da27a3ffe74d922e7 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Tue, 12 Apr 2011 09:32:14 +0000
Subject: [PATCH] LMS-2165 minor: javadoc

SVN: 20819
---
 .../plugin/screening/shared/basic/dto/WellContent.java        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/WellContent.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/WellContent.java
index 170e6f2a239..de9a523d829 100644
--- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/WellContent.java
+++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/shared/basic/dto/WellContent.java
@@ -56,9 +56,11 @@ public class WellContent extends WellImage implements ISerializable
     // ------------ Dataset Data -------------
 
     // dataset which contains feature vectors for this well, null if images have not been analyzed
+    // or the information has not been loaded
     private DatasetReference featureVectorDatasetOrNull;
 
-    // Feature vector values, null if images have not been analyzed.
+    // Feature vector values, null if images have not been analyzed or the information has not been
+    // loaded
     private NamedFeatureVector featureVectorOrNull;
 
     // GWT only
-- 
GitLab