mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Minor formatting in passing
This commit is contained in:
@@ -30,8 +30,6 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl;
|
||||
import org.alfresco.repo.search.impl.lucene.LuceneIndexerAndSearcher;
|
||||
import org.alfresco.repo.search.impl.lucene.LuceneSearcher;
|
||||
import org.alfresco.service.cmr.dictionary.AspectDefinition;
|
||||
import org.alfresco.service.cmr.dictionary.DataTypeDefinition;
|
||||
import org.alfresco.service.cmr.dictionary.PropertyDefinition;
|
||||
|
@@ -412,11 +412,11 @@ public class CMISTest
|
||||
@Test
|
||||
public void testIsLatestMajorVersionMNT10868()
|
||||
{
|
||||
CallContext context = new SimpleCallContext("admin", "admin", CmisVersion.CMIS_1_0);
|
||||
|
||||
String repositoryId = null;
|
||||
|
||||
AuthenticationUtil.setFullyAuthenticatedUser(AuthenticationUtil.getAdminUserName());
|
||||
CallContext context = new SimpleCallContext("admin", "admin", CmisVersion.CMIS_1_0);
|
||||
|
||||
String repositoryId = null;
|
||||
|
||||
AuthenticationUtil.setFullyAuthenticatedUser(AuthenticationUtil.getAdminUserName());
|
||||
|
||||
CmisService cmisService = factory.getService(context);
|
||||
try
|
||||
|
Reference in New Issue
Block a user