From 6c0c0208c1adb5cc7fec40b7529612cfad5f9efa Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Thu, 13 Jan 2011 14:56:59 +0000
Subject: [PATCH] fixed regression tests

SVN: 19418
---
 .../systemsx/cisd/openbis/generic/shared/ICommonServer.java | 2 +-
 .../cisd/openbis/plugin/generic/shared/IGenericServer.java  | 2 ++
 .../cisd/openbis/generic/shared/ICommonServer.java.expected | 4 +++-
 .../plugin/generic/shared/IGenericServer.java.expected      | 6 ++++++
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java
index cf6fe58a855..97efed44048 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java
@@ -118,7 +118,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifier;
 import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.SpaceIdentifier;
 
 /**
- * You can think of {@link ICommonServer} as the openBIS core. It contains entity-type unspecific
+ * Definition of the client-server interface of the openBIS core. It contains entity-type unspecific
  * operations needed by all openBIS installations. Customization for a specific use cases (i.e.
  * specific entity types) can be achieved through implementing plugins.
  * 
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/plugin/generic/shared/IGenericServer.java b/openbis/source/java/ch/systemsx/cisd/openbis/plugin/generic/shared/IGenericServer.java
index 4480e02adee..7027063db24 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/plugin/generic/shared/IGenericServer.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/plugin/generic/shared/IGenericServer.java
@@ -66,6 +66,8 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.ExperimentUpdatesDTO;
 import ch.systemsx.cisd.openbis.generic.shared.dto.SampleUpdatesDTO;
 
 /**
+ * Definition of the client-server interface.
+ * <p>
  * Provides backend support for the "default" rendering of detail views (e.g. for samples,
  * materials, datasets) of the openBIS presentation layer. Plugins have the choice to either use
  * this "generic" functionality, or to implement/extend it on their own. {@link IGenericServer} can
diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
index 4c43bd74b23..97efed44048 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
@@ -118,7 +118,9 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifier;
 import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.SpaceIdentifier;
 
 /**
- * Definition of the client-server interface.
+ * Definition of the client-server interface of the openBIS core. It contains entity-type unspecific
+ * operations needed by all openBIS installations. Customization for a specific use cases (i.e.
+ * specific entity types) can be achieved through implementing plugins.
  * 
  * @author Franz-Josef Elmer
  */
diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/shared/IGenericServer.java.expected b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/shared/IGenericServer.java.expected
index 7f5c626b1c4..7027063db24 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/shared/IGenericServer.java.expected
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/shared/IGenericServer.java.expected
@@ -67,6 +67,12 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.SampleUpdatesDTO;
 
 /**
  * Definition of the client-server interface.
+ * <p>
+ * Provides backend support for the "default" rendering of detail views (e.g. for samples,
+ * materials, datasets) of the openBIS presentation layer. Plugins have the choice to either use
+ * this "generic" functionality, or to implement/extend it on their own. {@link IGenericServer} can
+ * be thought of as an optional convenience/utility service that goes together with the central
+ * entity-type unspecific <code>ICommonServer</code>.
  * 
  * @author Franz-Josef Elmer
  */
-- 
GitLab