From 9a745ce0db9b490ae91fc2288acd711a415bd7b7 Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Fri, 17 Apr 2009 17:38:43 +0000 Subject: [PATCH] CSPACE-66 Extended the JAX-RS prototype to exchange multi-part content (each part corresponding elements from different schemas hello.xsd or world.xsd) between the service provider and consumer --- .../collectionspace/hello/client/test/MultipartServiceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/MultipartServiceTest.java b/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/MultipartServiceTest.java index 57aed5749..b2dff47d8 100644 --- a/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/MultipartServiceTest.java +++ b/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/MultipartServiceTest.java @@ -103,7 +103,7 @@ public class MultipartServiceTest { } private void verbose(String msg) { - System.out.println("PersonServiceTest : " + msg); + System.out.println("MultipartServiceTest : " + msg); } private void verbose(String msg, Object o, Class clazz) { -- 2.47.3