mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Coding standards and consistency sweep across new services code in repository project.
Covers spacing, trailing {, @since tags, tabs and copyright headers. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30211 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -33,10 +33,7 @@ import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import org.alfresco.error.AlfrescoRuntimeException;
|
||||
import org.alfresco.model.ContentModel;
|
||||
import org.alfresco.repo.security.authentication.AuthenticationUtil;
|
||||
import org.alfresco.repo.transaction.RetryingTransactionHelper;
|
||||
import org.alfresco.service.cmr.publishing.NodeSnapshot;
|
||||
import org.alfresco.service.cmr.publishing.PublishingDetails;
|
||||
import org.alfresco.service.cmr.publishing.PublishingEvent;
|
||||
import org.alfresco.service.cmr.publishing.PublishingPackage;
|
||||
@@ -57,7 +54,6 @@ import org.junit.Test;
|
||||
/**
|
||||
* @author Nick Smith
|
||||
* @since 4.0
|
||||
*
|
||||
*/
|
||||
public class PublishingQueueImplTest extends AbstractPublishingIntegrationTest
|
||||
{
|
||||
@@ -105,7 +101,7 @@ public class PublishingQueueImplTest extends AbstractPublishingIntegrationTest
|
||||
ArrayList<NodeRef> toUnpublish = new ArrayList<NodeRef>(1);
|
||||
for (PublishingPackageEntry entry : pckg.getEntries())
|
||||
{
|
||||
if(entry.isPublish())
|
||||
if (entry.isPublish())
|
||||
{
|
||||
assertNotNull(entry.getSnapshot());
|
||||
toPublish.add(entry.getNodeRef());
|
||||
@@ -241,5 +237,4 @@ public class PublishingQueueImplTest extends AbstractPublishingIntegrationTest
|
||||
this.workflowService = serviceRegistry.getWorkflowService();
|
||||
this.publishingService = (PublishingService) getApplicationContext().getBean("publishingService");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user