mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-9347 (SVC 42) - Blog CQ impl - build/test fix
- follow-on to r28728 (did not fail locally) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28748 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -179,12 +179,12 @@ public abstract class AbstractBlogPostsCannedQueryFactory extends AbstractCanned
|
||||
else if (comparableProperty.equals(ContentModel.PROP_CREATED))
|
||||
{
|
||||
prop1 = nr1.getCreatedDate();
|
||||
prop1 = nr2.getCreatedDate();
|
||||
prop2 = nr2.getCreatedDate();
|
||||
}
|
||||
else if (comparableProperty.equals(BlogIntegrationModel.PROP_POSTED))
|
||||
{
|
||||
prop1 = nr1.getPostedDate();
|
||||
prop1 = nr2.getPostedDate();
|
||||
prop2 = nr2.getPostedDate();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user