Ignore:
Timestamp:
2010-05-05T14:58:11+12:00 (14 years ago)
Author:
davidb
Message:

Minor tidy up of Java code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/src/jdbmedit/JdbmAPI.java

    r21403 r22040  
    131131        throws IOException
    132132    {
    133     FastIterator   iter;
    134     String         val;
    135 
    136     val = (String) hashtable_.get(key);
     133    String val = (String) hashtable_.get(key);
    137134       
    138135        recman_.commit();
Note: See TracChangeset for help on using the changeset viewer.