Skip to content
Snippets Groups Projects
Commit fa6d132c authored by pkupczyk's avatar pkupczyk
Browse files

LMS-2695 - DSU Downloader Polishing and Release

SVN: 24069
parent 8f8d36d8
No related branches found
No related tags found
No related merge requests found
...@@ -354,6 +354,11 @@ public final class Sample implements Serializable, IIdentifierHolder ...@@ -354,6 +354,11 @@ public final class Sample implements Serializable, IIdentifierHolder
this.id = id; this.id = id;
} }
private void setSpaceCode(String spaceCode)
{
this.spaceCode = spaceCode;
}
private void setPermId(String permId) private void setPermId(String permId)
{ {
this.permId = permId; this.permId = permId;
......
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