diff --git a/src/main/java/org/alfresco/service/cmr/repository/ContentData.java b/src/main/java/org/alfresco/service/cmr/repository/ContentData.java index 7b3a96004a..3db7a1c528 100644 --- a/src/main/java/org/alfresco/service/cmr/repository/ContentData.java +++ b/src/main/java/org/alfresco/service/cmr/repository/ContentData.java @@ -317,7 +317,7 @@ public class ContentData implements Serializable throw new IllegalArgumentException("\n" + "The content mimetype must be set whenever the URL is set: \n" + " content URL: " + contentUrl + "\n" + - " and cannot be 'null'."); + " and mimetype cannot be 'null'."); } } }