]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3598: Media and Blob tests needed to create example media data in the "Nightly...
authorRichard Millet <richard.millet@berkeley.edu>
Thu, 24 Feb 2011 01:09:07 +0000 (01:09 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Thu, 24 Feb 2011 01:09:07 +0000 (01:09 +0000)
services/media/service/src/main/java/org/collectionspace/services/media/MediaResource.java

index 24a14ff7ec500ca394c0e2898df8cccbeaed8cf6..5532da820a93884a6a33dfd3594ce89ee45f64e3 100644 (file)
@@ -132,7 +132,7 @@ public class MediaResource extends ResourceBase {
                //
                ServiceContext<PoxPayloadIn, PoxPayloadOut> mediaContext = createServiceContext();
                BlobUtil.setBlobInput(mediaContext, blobInput); //and put the blobInput into the Media context
-               response = this.update(csid, input, mediaContext);
+               this.update(csid, input, mediaContext);
        } catch (Exception e) {
                throw bigReThrow(e, ServiceMessages.CREATE_FAILED);
        }