Changeset 3449


Ignore:
Timestamp:
2002-10-11T13:27:47+13:00 (22 years ago)
Author:
kjdon
Message:

changed some comments

File:
1 edited

Legend:

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

    r3284 r3449  
    3636    }
    3737
    38     /** returns the full name - replaces " with parent */
     38    /** returns the full name - replaces all " with parent */
    3939    public static String translateParent(String oid, String parent) {
    40     // this is the behaviour of the original - should only replace first
    41     //perhaps?
    4240    return oid.replaceAll("\"", parent);
    4341    }
Note: See TracChangeset for help on using the changeset viewer.