Ignore:
Timestamp:
2001-01-12T17:20:39+13:00 (23 years ago)
Author:
paynter
Message:

More parameter and appearance changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/client/ResultItem.java

    r1830 r1833  
    9898
    9999    // Return the bare text of the item
    100     public String toString() { return(text); }
     100    public String toString() { return(text.trim()); }
    101101
    102102    // Return the text of the item components
Note: See TracChangeset for help on using the changeset viewer.