Skip to content

Commit 45d0bd9

Browse files
authored
Update SDMAttachmentsServiceHandler.java
1 parent 72cec55 commit 45d0bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdm/src/main/java/com/sap/cds/sdm/service/handler/SDMAttachmentsServiceHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ private void handleCreateDocumentResult(
376376
throw new ServiceException(errorMessage2);
377377
default:
378378
cmisDocument.setObjectId(createResult.get("objectId").toString());
379-
System.out.println("cmisDocument" + cmisDocument.getMimeType());
379+
System.out.println("cmisDocument: \n" + cmisDocument.getMimeType());
380380
dbQuery.addAttachmentToDraft(
381381
getAttachmentDraftEntity(eventContext), persistenceService, cmisDocument);
382382
finalizeContext(eventContext, cmisDocument);

0 commit comments

Comments
 (0)