Changeset 22302


Ignore:
Timestamp:
2010-06-24T14:12:10+12:00 (14 years ago)
Author:
ak19
Message:

Comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs3-webservices-java-client/trunk/src/GS3Fedora/org/greenstone/fedora/services/FedoraGS3Connection.java

    r22300 r22302  
    10201020        if(sectionID.equals("1")
    10211021           && subSection.getElementsByTagName(SECTION_ELEMENT).getLength() > 0) { // root, non-leaf case
    1022             // reset the attribute without the section number
    1023             nodeID.setValue(docID+ HYPHEN + sectionID); // maybe important for democlient?
     1022            // reset the attribute without the section number (just "docID" may be important for democlient?)
     1023            nodeID.setValue(docID + HYPHEN + sectionID); // nodeID.setValue(docID);
    10241024        } else {
    10251025            nodeID.setValue(docID + HYPHEN + sectionID);
Note: See TracChangeset for help on using the changeset viewer.