Skip to content

Commit

Permalink
Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Nov 15, 2024
1 parent 6f9ce6c commit f3f1fea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public TransportResponse send(PackageStream packageStream, Map<String, String> m
AuthContext authContext = dspaceDepositService.authenticate();

String patchJson = dspaceMetadataMapper.patchWorkspaceItem(depositSubmission);
String workspaceItemJson = dspaceDepositService.createWorkspaceItem(packageStream.getCustodialContent(), authContext);
String workspaceItemJson = dspaceDepositService.createWorkspaceItem(
packageStream.getCustodialContent(), authContext);

LOG.debug("Created WorkspaceItem: {}", workspaceItemJson);

Expand Down

0 comments on commit f3f1fea

Please sign in to comment.