Skip to content
Snippets Groups Projects
Commit 824fabb2 authored by brinn's avatar brinn
Browse files

Minor improvements to javadoc.

SVN: 26782
parent cf15612c
No related branches found
No related tags found
No related merge requests found
...@@ -45,11 +45,10 @@ public class AtomicEntityOperationDetails implements Serializable ...@@ -45,11 +45,10 @@ public class AtomicEntityOperationDetails implements Serializable
// The unique identifier for this registration // The unique identifier for this registration
private final TechId registrationIdOrNull; 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; 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<ExperimentUpdatesDTO> experimentUpdates;
private final List<NewSpace> spaceRegistrations; private final List<NewSpace> spaceRegistrations;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment