We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1022a5 + 6879331 commit b861c2aCopy full SHA for b861c2a
org.ektorp/src/main/java/org/ektorp/support/CouchDbDocument.java
@@ -117,7 +117,6 @@ protected void removeAttachment(String id) {
117
118
protected void addInlineAttachment(Attachment a) {
119
Assert.notNull(a, "attachment may not be null");
120
- Assert.hasText(a.getDataBase64(), "attachment must have data base64-encoded");
121
if (attachments == null) {
122
attachments = new HashMap<String, Attachment>();
123
}
0 commit comments