mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ETWOTWO-725: API Spelling error in method CategoryService.createClassifiction should be CategoryService.createClassification
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19963 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -324,7 +324,7 @@ public class LuceneCategoryServiceImpl implements CategoryService
|
|||||||
return dictionaryService.getSubAspects(ContentModel.ASPECT_CLASSIFIABLE, true);
|
return dictionaryService.getSubAspects(ContentModel.ASPECT_CLASSIFIABLE, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public NodeRef createClassifiction(StoreRef storeRef, QName typeName, String attributeName)
|
public NodeRef createClassification(StoreRef storeRef, QName typeName, String attributeName)
|
||||||
{
|
{
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
@@ -120,7 +120,7 @@ public interface CategoryService
|
|||||||
* @param attributeName
|
* @param attributeName
|
||||||
*/
|
*/
|
||||||
@Auditable(key = Auditable.Key.ARG_0, parameters = {"storeRef", "aspectName", "attributeName"})
|
@Auditable(key = Auditable.Key.ARG_0, parameters = {"storeRef", "aspectName", "attributeName"})
|
||||||
public NodeRef createClassifiction(StoreRef storeRef, QName aspectName, String attributeName);
|
public NodeRef createClassification(StoreRef storeRef, QName aspectName, String attributeName);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new root category in the given classification
|
* Create a new root category in the given classification
|
||||||
|
Reference in New Issue
Block a user