Changeset 13977


Ignore:
Timestamp:
2007-03-14T12:12:06+13:00 (17 years ago)
Author:
kjdon
Message:

changed a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSPath.java

    r9912 r13977  
    108108    static public String getLastLink(String path) {
    109109    int i = path.lastIndexOf("/");
    110     if (i==-1) { // '/' not found - remove the whole path
     110    if (i==-1) { // '/' not found - return the whole path
    111111        return path;
    112112    }
Note: See TracChangeset for help on using the changeset viewer.