diff --git a/source/java/org/alfresco/repo/content/ContentServiceImpl.java b/source/java/org/alfresco/repo/content/ContentServiceImpl.java index c36dd94300..85df8651ac 100644 --- a/source/java/org/alfresco/repo/content/ContentServiceImpl.java +++ b/source/java/org/alfresco/repo/content/ContentServiceImpl.java @@ -91,7 +91,6 @@ public class ContentServiceImpl implements ContentService, ApplicationContextAwa private RetryingTransactionHelper transactionHelper; private ApplicationContext applicationContext; protected TransformerDebug transformerDebug; - private MimetypeService mimetypeService; /** a registry of all available content transformers */ @@ -190,15 +189,6 @@ public class ContentServiceImpl implements ContentService, ApplicationContextAwa this.transformerDebug = transformerDebug; } - /** - * Helper setter of the mimetypeService. - * @param mimetypeService - */ - public void setMimetypeService(MimetypeService mimetypeService) - { - this.mimetypeService = mimetypeService; - } - /** * Service initialise */