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:
Andrew Hind
2010-04-22 19:57:37 +00:00
parent 050d96e38b
commit 1b80efb03c
2 changed files with 2 additions and 2 deletions

View File

@@ -324,7 +324,7 @@ public class LuceneCategoryServiceImpl implements CategoryService
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();
}