]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5119,CSPACE-5135,CSPACE-5138: Corrected XPath base for person term info group.
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 2 May 2012 19:35:42 +0000 (12:35 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 2 May 2012 19:35:42 +0000 (12:35 -0700)
services/person/client/src/main/java/org/collectionspace/services/client/PersonAuthorityClient.java

index 0bd5fc7011e0dec0c91d62ed171bbc665188fd05..ac2b502cacd838e9a4c005c857a3383bbf318531 100644 (file)
@@ -1,14 +1,6 @@
 /**    
  * PersonAuthorityClient.java
  *
- * {Purpose of This Class}
- *
- * {Other Notes Relating to This Class (Optional)}
- *
- * $LastChangedBy: $
- * $LastChangedRevision: $
- * $LastChangedDate: $
- *
  * This document is a part of the source code and related artifacts
  * for CollectionSpace, an open source collections management system
  * for museums and related institutions:
@@ -16,7 +8,7 @@
  * http://www.collectionspace.org
  * http://wiki.collectionspace.org
  *
- * Copyright © 2009 {Contributing Institution}
+ * Copyright © 2009 University of California, Berkeley
  *
  * Licensed under the Educational Community License (ECL), Version 2.0.
  * You may not use this file except in compliance with this License.
@@ -36,7 +28,7 @@ public class PersonAuthorityClient extends AuthorityWithContactsClientImpl<Perso
        public static final String SERVICE_PATH_COMPONENT = SERVICE_NAME;       
        public static final String SERVICE_PATH = "/" + SERVICE_PATH_COMPONENT;
        public static final String SERVICE_PAYLOAD_NAME = SERVICE_NAME;
-    public static final String TERM_INFO_GROUP_XPATH_BASE = "personTermGroup";
+       public static final String TERM_INFO_GROUP_XPATH_BASE = "personTermGroupList";
        //
        // Subitem constants
        //