Ignore:
Timestamp:
2008-04-24T13:29:16+12:00 (16 years ago)
Author:
kjdon
Message:

changed descendents to descendants to fit with other code (only in a comment, but may help later on)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/gsdl3/service/AbstractGS2DocumentRetrieve.java

    r14527 r15208  
    337337   
    338338    // now check for relational info
    339     if (temp.equals("parent") || temp.equals("root") || temp.equals( "ancestors")) { // "current" "siblings" "children" "descendents"
     339    if (temp.equals("parent") || temp.equals("root") || temp.equals( "ancestors")) { // "current" "siblings" "children" "descendants"
    340340        relation = temp;
    341341        pos = metadata.indexOf(GSConstants.META_RELATION_SEP);
Note: See TracChangeset for help on using the changeset viewer.