Changeset 186


Ignore:
Timestamp:
Oct 12, 2006, 11:26:43 AM (17 years ago)
Author:
Johan Enell
Message:

Removed an unused exception throw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/se/lu/onk/BaseFile/src/basefile/BASEFileReader.java

    r185 r186  
    138138  @SuppressWarnings("unchecked")
    139139  public <R, S> BASEFileSpotSection<R, S>  readSpotSection()
    140     throws BadFormatException, IOException, BadSectionException
     140    throws BadFormatException, IOException
    141141  {
    142142    section = new BASEFileSpotSection<R, S>();
Note: See TracChangeset for help on using the changeset viewer.