Changeset 5671


Ignore:
Timestamp:
2003-10-17T04:48:36+13:00 (21 years ago)
Author:
jmt12
Message:

Looks like I removed two spaces and nothing much else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/valuetree/GValueModel.java

    r5581 r5671  
    7474
    7575    /** Value may include path ie news\newssw */
    76     public GValueNode addValue(String value) {
    77     try {
     76    public GValueNode addValue(String value) {     
     77       try {
    7878        // Tokenize the string using the escaped character
    7979        PatternTokenizer tokenizer = new PatternTokenizer(value, PATH_SEP);
     
    9191    }
    9292
    93     public GValueNode addValue(String value, GValueNode subject, String alias) {
     93   public GValueNode addValue(String value, GValueNode subject, String alias) {
    9494    // To add a value we must first ensure it isn't already present in -this- nodes children. The bummer is that the nice getElements functions search the whole tree so...
    9595    GValueNode value_node = subject.getValue(value);
Note: See TracChangeset for help on using the changeset viewer.