From a69ceaf56a1a52138f5bd8ee95c697495247b9e2 Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Fri, 27 May 2011 14:10:44 +0000
Subject: [PATCH] [LMS-2276] minor: improved javadoc

SVN: 21499
---
 .../ch/systemsx/cisd/openbis/dss/client/api/v1/IDataSetDss.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/v1/IDataSetDss.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/v1/IDataSetDss.java
index a6ba5dab6c3..7303101775d 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/v1/IDataSetDss.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/client/api/v1/IDataSetDss.java
@@ -46,7 +46,7 @@ public interface IDataSetDss
             throws IllegalArgumentException, InvalidSessionException;
 
     /**
-     * Get a file contained in this data set.
+     * Get an {@link InputStream} with contents of a file contained in this data set.
      * 
      * @param path The path of the file to retrieve. The path must be absolute with respect to the
      *            data set, such as the path returned by {@link FileInfoDssDTO#getPathInDataSet}.
-- 
GitLab