Ignore:
Timestamp:
2001-03-13T11:50:11+13:00 (23 years ago)
Author:
daven
Message:

killed bugs concerning 0 hits, instrumented code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/SimpleGraphicalClient/Result.java

    r2159 r2165  
    3737
    3838
    39     public final static String FAKE_RESULT = "No results returned";
    40 
     39    public final static Result FAKE_RESULT = new Result("No results returned", "", "");
     40    public final static Result INITIAL_FAKE_RESULT = new Result("Search results will appear here", "", "");
    4141       // related query
    4242       // time, person, collection etc
Note: See TracChangeset for help on using the changeset viewer.