]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4813 - Removing comments around of functional test code.
authorRichard Millet <remillet@berkeley.edu>
Tue, 1 May 2012 18:53:42 +0000 (11:53 -0700)
committerRichard Millet <remillet@berkeley.edu>
Tue, 1 May 2012 18:53:42 +0000 (11:53 -0700)
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClientUtils.java

index 00b278932482f2c331d6cdbfad904d0517251b41..8ea47ae13db7e32c1c644a126f994dc645266b47 100644 (file)
@@ -329,8 +329,8 @@ public abstract class AuthorityResource<AuthCommon, AuthItemHandler>
     }
 
 
-    @POST
-    public Response createAuthority(String xmlPayload) {
+    @POST                                                                                                      //FIXME: REM - 5/1/2012 - We can probably remove this method.
+    public Response createAuthority(String xmlPayload) {       //REM - This method is never reached by the JAX-RS client -instead the "create" method in ResourceBase.java is getting called.
         try {
             PoxPayloadIn input = new PoxPayloadIn(xmlPayload);
             ServiceContext<PoxPayloadIn, PoxPayloadOut> ctx = createServiceContext(input);
index fd60d287a3960367563b3f72ee35f63e0c003f4d..a1f5a1f53933d9ca32167a7d4b28c8f446f02a62 100644 (file)
@@ -219,12 +219,9 @@ public class PersonAuthorityClientUtils {
                person.setNameNote(value);\r
         \r
         // Set values in the Term Information Group\r
-        /*\r
         PersonTermGroupList termList = new PersonTermGroupList();\r
         termList.getPersonTermGroup().addAll(terms);\r
         person.setPersonTermGroupList(termList);\r
-        * \r
-        */\r
         \r
         \r
         if (personRepeatablesInfo != null) {\r