Ignore:
Timestamp:
09/22/08 16:23:12 (16 years ago)
Author:
ra33
Message:

Fixed a few bugs that were makin unit tests fail...
Also added Greenstone search of HCI Bib tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/simple/Primitives.java

    r270 r311  
    3737                                throw ite;
    3838                        }catch(Exception ex){
     39                                throw new IncorrectTypeException(ex.getClass().getSimpleName());
    3940                                //DO NOTHING... THIS SHOULD NOT HAPPEN
    4041                                //But the ANT builder is complaining
    41                                 ex.printStackTrace();
     42                                //ex.printStackTrace();
    4243                        }
    4344                }
Note: See TracChangeset for help on using the changeset viewer.