in org.dbgen.support.AbstractDbGenTableModel.java
in the method
/**
* Overrides AbstractTableModel method
*/
public int getRowCount() {
return fieldDbDataVector.size();
;
}
jikes don't like the extra ;
I guess this is not really a but, but just thought you
wanted to know