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:
Jan Vonka
2011-07-01 10:44:04 +00:00
parent 79cf31aa8c
commit f18746b781

View File

@@ -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
{