Ignore:
Timestamp:
2020-07-04T06:34:20+12:00 (4 years ago)
Author:
ak19
Message:

Still part of commit 34241 and now also 34245.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/file/FileNode.java

    r23433 r34246  
    378378    /** Tests if this enumeration contains more elements. */
    379379    public boolean hasMoreElements() {
     380        if(child_nodes == null) { // special case needed handling
     381        return false;
     382        }
    380383        return (index < child_nodes.size());
    381384    }
Note: See TracChangeset for help on using the changeset viewer.