From 7f70a3940f2cf50a34b1087b66b66f98af7b1425 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 7 Nov 2013 16:11:41 +0000
Subject: [PATCH] datastore_server: remove dome @Private annotation in order to
 satisfy restriction checking.

SVN: 30116
---
 .../plugins/standard/AbstractArchiverProcessingPlugin.java       | 1 -
 .../dss/generic/server/plugins/standard/DataSetCopier.java       | 1 -
 2 files changed, 2 deletions(-)

diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/AbstractArchiverProcessingPlugin.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/AbstractArchiverProcessingPlugin.java
index fd9e894b49f..79a9574330b 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/AbstractArchiverProcessingPlugin.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/AbstractArchiverProcessingPlugin.java
@@ -92,7 +92,6 @@ public abstract class AbstractArchiverProcessingPlugin extends AbstractDatastore
 
     private transient IEncapsulatedOpenBISService service;
 
-    @Private
     transient IDataSetStatusUpdater statusUpdater;
 
     public AbstractArchiverProcessingPlugin(Properties properties, File storeRoot,
diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/DataSetCopier.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/DataSetCopier.java
index 6ea60a47932..12a2609e54e 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/DataSetCopier.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/plugins/standard/DataSetCopier.java
@@ -72,7 +72,6 @@ public class DataSetCopier extends AbstractDropboxProcessingPlugin
                 new ImmutableCopierFactory(), SystemTimeProvider.SYSTEM_TIME_PROVIDER);
     }
 
-    @Private
     DataSetCopier(Properties properties, File storeRoot, IPathCopierFactory pathCopierFactory,
             ISshCommandExecutorFactory sshCommandExecutorFactory,
             IImmutableCopierFactory immutableCopierFactory, ITimeProvider timeProvider)
-- 
GitLab