From 72b9b17223d503423dba545e359d1d3a0f32dd3b Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Thu, 13 Dec 2018 09:37:14 -0800 Subject: [PATCH] NOJIRA: Adding logging to Blob resource creation using AspectJ's AOP mechanism. --- .../java/org/collectionspace/services/common/blob/BlobInput.java | 1 - 1 file changed, 1 deletion(-) diff --git a/services/common/src/main/java/org/collectionspace/services/common/blob/BlobInput.java b/services/common/src/main/java/org/collectionspace/services/common/blob/BlobInput.java index b5f496241..6a7d3e8be 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/blob/BlobInput.java +++ b/services/common/src/main/java/org/collectionspace/services/common/blob/BlobInput.java @@ -178,7 +178,6 @@ public class BlobInput { // FIXME: REM - The callers of this method are sending us a multipart form-data post, so why // are we also receiving the blobUri? // - @YourAnnotation public void createBlobFile(HttpServletRequest req, String blobUri) throws Exception { File tmpFile = org.collectionspace.services.common.FileUtilities.createTmpFile(req); this.setIsTemporaryFile(true); -- 2.47.3