Changeset 6991


Ignore:
Timestamp:
2004-03-09T16:21:41+13:00 (20 years ago)
Author:
kjdon
Message:

commented out the comment to a commented out method - it was causing problems when running javadoc

File:
1 edited

Legend:

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

    r6901 r6991  
    210210
    211211
    212     /** Used to refresh the contents of the FileNode indicated by the tree path. While the refresh itself is a piece of the proverbial, the restoring of expanded folders afterwards is a nightmare, mainly because all of the tree paths are no longer valid (remember that refresh involves throwing away the node currents children and remapping them).
    213     * @param path The TreePath to the node to be refreshed.
    214     */
     212    //    /** Used to refresh the contents of the FileNode indicated by the tree path. While the refresh itself is a piece of the proverbial, the restoring of expanded folders afterwards is a nightmare, mainly because all of the tree paths are no longer valid (remember that refresh involves throwing away the node currents children and remapping them).
     213    //    * @param path The TreePath to the node to be refreshed.
     214    //    */
    215215//      public void oldRefresh(TreePath path) {
    216216//      // If no path is set, take the path to the root node (ie update the whole tree)
Note: See TracChangeset for help on using the changeset viewer.