Changeset 10682
- Timestamp:
- 2005-10-04T15:57:04+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gli/src/org/greenstone/gatherer/file/FileSystemModel.java
r8783 r10682 47 47 /** Retrieve the node denoted by the given tree path. Note that this isn't equivelent to saying path.lastPathComponent, as the references within the path may be stale. */ 48 48 public FileNode getNode(TreePath path) { 49 FileNode last = (FileNode)path.getLastPathComponent(); 50 DebugStream.println("Last Path Component = " + last); 51 return last; 52 /* 49 53 ///atherer.println("**** getNode(" + path + ") ****"); 50 54 FileNode current = (FileNode)root; … … 99 103 } 100 104 return current; 105 */ 101 106 } 102 107
Note:
See TracChangeset
for help on using the changeset viewer.