ActivityService: minor template fix for unit tests

- may also fix ALF-7444 - found whilst investigating CLOUD-1347 (FeedNotifier.testFailedNotifications)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@46715 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2013-02-15 18:40:11 +00:00
parent a625d87120
commit 4c393ef70f
8 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2012 Alfresco Software Limited.
* Copyright (C) 2005-2013 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -20,6 +20,7 @@ package org.alfresco.repo.domain.activities;
import java.util.Date;
import org.alfresco.repo.tenant.TenantService;
import org.alfresco.service.cmr.repository.NodeRef;
/**
@@ -41,7 +42,7 @@ public class ActivityPostEntity
private Date lastModified; // for debug
// derived
private String tenantDomain;
private String tenantDomain = TenantService.DEFAULT_DOMAIN;
private NodeRef parentNodeRef;
// for selector