Ignore:
Timestamp:
07/15/14 20:54:58 (10 years ago)
Author:
rkrimmel
Message:

Small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ralph/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/algorithms/AlignmentAlgorithmFactory.java

    r1613 r1616  
    11package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms; 
    22 
    3 import java.lang.reflect.Constructor; 
    4 import java.lang.reflect.InvocationTargetException; 
    5  
    6 import de.ugoe.cs.autoquest.tasktrees.alignment.matrix.SubstitutionMatrix; 
    73 
    84public class AlignmentAlgorithmFactory { 
     
    2521                         
    2622                } catch (ClassNotFoundException | SecurityException | InstantiationException | IllegalAccessException | IllegalArgumentException e) { 
    27                         // TODO Auto-generated catch block 
    2823                        e.printStackTrace(); 
    2924                } 
Note: See TracChangeset for help on using the changeset viewer.