From 7b47a32ad939a2d2a3b58c9829bc28fac24806c2 Mon Sep 17 00:00:00 2001 From: jakubs <jakubs> Date: Mon, 13 Feb 2012 08:56:04 +0000 Subject: [PATCH] LMS-2767 Micro modification in javadoc SVN: 24411 --- .../systemsx/cisd/etlserver/IStorageProcessorTransactional.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore_server/source/java/ch/systemsx/cisd/etlserver/IStorageProcessorTransactional.java b/datastore_server/source/java/ch/systemsx/cisd/etlserver/IStorageProcessorTransactional.java index ed04167a810..7af38073a31 100644 --- a/datastore_server/source/java/ch/systemsx/cisd/etlserver/IStorageProcessorTransactional.java +++ b/datastore_server/source/java/ch/systemsx/cisd/etlserver/IStorageProcessorTransactional.java @@ -98,7 +98,7 @@ public interface IStorageProcessorTransactional extends IStoreRootDirectoryHolde public UnstoreDataAction rollback(Throwable exception); /** - * Returns the directory where the data set is stored. + * Returns the directory where the data set is currently stored (may change when data is moved and <code>setStoredDataDirectory</code> is called). */ public File getStoredDataDirectory(); -- GitLab