]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Adding logging to Blob resource creation using AspectJ's AOP mechanism.
authorRichard Millet <remillet@yahoo.com>
Thu, 13 Dec 2018 17:37:14 +0000 (09:37 -0800)
committerRichard Millet <remillet@yahoo.com>
Thu, 13 Dec 2018 17:37:14 +0000 (09:37 -0800)
services/common/src/main/java/org/collectionspace/services/common/blob/BlobInput.java

index b5f49624184cd82cd56e2e65dfd2fa74b0cf865d..6a7d3e8be871c0f905cc5a8745c1ef02bac3c595 100644 (file)
@@ -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);