From 824fabb2204e6aa3a2ae78b6c00c42575c04bd22 Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Tue, 25 Sep 2012 07:37:03 +0000 Subject: [PATCH] Minor improvements to javadoc. SVN: 26782 --- .../generic/shared/dto/AtomicEntityOperationDetails.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/AtomicEntityOperationDetails.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/AtomicEntityOperationDetails.java index d973e68668a..e3c700df627 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/AtomicEntityOperationDetails.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/dto/AtomicEntityOperationDetails.java @@ -45,11 +45,10 @@ public class AtomicEntityOperationDetails implements Serializable // The unique identifier for this registration private final TechId registrationIdOrNull; - // The userid on whose behalf the operations are done. + // The userid on whose behalf the operations are done, or null if not done on behalf of another + // user private final String userIdOrNull; - // This is always an empty list, since it is not currently possible to update experiments from - // the DSS private final List<ExperimentUpdatesDTO> experimentUpdates; private final List<NewSpace> spaceRegistrations; -- GitLab