From: Richard Millet Date: Tue, 1 May 2012 18:53:42 +0000 (-0700) Subject: CSPACE-4813 - Removing comments around of functional test code. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=ef92a3be57d98aa9a5921293ba42204b36d600b9;p=tmp%2Fjakarta-migration.git CSPACE-4813 - Removing comments around of functional test code. --- diff --git a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java index 00b278932..8ea47ae13 100644 --- a/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java +++ b/services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java @@ -329,8 +329,8 @@ public abstract class AuthorityResource } - @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 ctx = createServiceContext(input); diff --git a/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClientUtils.java b/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClientUtils.java index fd60d287a..a1f5a1f53 100644 --- a/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClientUtils.java +++ b/services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClientUtils.java @@ -219,12 +219,9 @@ public class PersonAuthorityClientUtils { person.setNameNote(value); // Set values in the Term Information Group - /* PersonTermGroupList termList = new PersonTermGroupList(); termList.getPersonTermGroup().addAll(terms); person.setPersonTermGroupList(termList); - * - */ if (personRepeatablesInfo != null) {