From 3a16d2ac423f5d88eb003cb475e9afcad551d245 Mon Sep 17 00:00:00 2001
From: pkupczyk <pkupczyk>
Date: Mon, 11 Feb 2013 15:46:34 +0000
Subject: [PATCH] SP-467 / BIS-189 : DSS restarted during manual tests =>
 Emptying the trash became impossible - correct a comment

SVN: 28340
---
 .../generic/server/dataaccess/db/PostRegistrationDAO.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/PostRegistrationDAO.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/PostRegistrationDAO.java
index 7a2c4fb8d7c..9f852483fe1 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/PostRegistrationDAO.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/dataaccess/db/PostRegistrationDAO.java
@@ -69,7 +69,7 @@ public class PostRegistrationDAO extends AbstractGenericEntityDAO<PostRegistrati
     public Collection<Long> listDataSetsForPostRegistration()
     {
         // list only data sets that are not in the trash
-        // (data sets in the trash are visible to the post registration tasks)
+        // (data sets in the trash are not visible to the post registration tasks)
         SQLQuery query =
                 getSession()
                         .createSQLQuery(
-- 
GitLab