From 042204f68ab01d0ef8be897f596b69da7f2a5532 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Tue, 10 Mar 2015 10:43:58 +0000
Subject: [PATCH] SSDM-1366: Javadoc of DataSet.getExperimentIdentifier()
 modified.

SVN: 33603
---
 .../cisd/openbis/generic/shared/api/v1/dto/DataSet.java    | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/dto/DataSet.java b/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/dto/DataSet.java
index fbb4bb18f91..562cec6fc1b 100644
--- a/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/dto/DataSet.java
+++ b/openbis_api/source/java/ch/systemsx/cisd/openbis/generic/shared/api/v1/dto/DataSet.java
@@ -416,9 +416,10 @@ public final class DataSet implements Serializable, IIdHolder
     /**
      * Returns the identifier of the Experiment to which this data set belongs.
      * 
-     * @return <code>null</code> if this data set is not completely filled with all information
-     *         available. That is, <code>{@link #getExperimentIdentifier()} == null</code> indicates
-     *         that {@link #getSampleIdentifierOrNull()}, {@link #getProperties()},
+     * @return <code>null</code> if this data set belongs to a sample without experiment.
+     *         If both {@link #getExperimentIdentifier()} and {@link #getSampleIdentifierOrNull()}
+     *         return <code>null</code> indicate that this data set is not completely filled with all information
+     *         available. That is, {@link #getProperties()},
      *         {@link #getChildrenCodes()}, {@link #getParentCodes()}, and
      *         {@link #getContainedDataSets()} do not return correct results.
      */
-- 
GitLab