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

SP-467 / BIS-189 : DSS restarted during manual tests => Emptying the trash...

SP-467 / BIS-189 : DSS restarted during manual tests => Emptying the trash became impossible - correct a comment

SVN: 28340
parent a2622233
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ public class PostRegistrationDAO extends AbstractGenericEntityDAO<PostRegistrati ...@@ -69,7 +69,7 @@ public class PostRegistrationDAO extends AbstractGenericEntityDAO<PostRegistrati
public Collection<Long> listDataSetsForPostRegistration() public Collection<Long> listDataSetsForPostRegistration()
{ {
// list only data sets that are not in the trash // 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 = SQLQuery query =
getSession() getSession()
.createSQLQuery( .createSQLQuery(
......
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