From e590c94c2aed15d2c8ef3d1696390478f56c81e3 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 30 Aug 2011 13:15:54 +0000 Subject: [PATCH] minor: better user doc SVN: 22717 --- .../cisd/openbis/generic/shared/basic/dto/NewSample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/NewSample.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/NewSample.java index 4ba8da75107..ae6df87ce42 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/NewSample.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/NewSample.java @@ -41,7 +41,7 @@ public class NewSample extends Identifier<NewSample> implements Comparable<NewSa "# The \"experiment\" column is optional, cannot be specified for shared samples and should contain experiment identifier, e.g. /SPACE/PROJECT/EXP_1\n"; public static String WITH_SPACE_COMMENT = - "# The \"space\" column is optional, will override space home value for the row\n"; + "# The \"space\" column is optional, it can be used to override home space for the row\n"; public static final String CONTAINER = "container"; -- GitLab