SEARCH-956: Addressed review comment

This commit is contained in:
Tuna Aksoy
2018-08-03 16:58:00 +01:00
parent 525e06ed09
commit 83ba4c91ba

View File

@@ -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'.");
}
}
}