Ignore:
Timestamp:
12/21/12 14:20:38 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsExclusivenessEnOptNodePowManSP.java

    r708 r711  
    222222                try { 
    223223                                node1EU = getMeasuredTime(createQuery(task, node1)) * getMeasuredPower(createQuery(task, node1)); 
     224                        } catch (FileNotFoundException e) { 
     225 
     226                        } catch (IOException e) { 
     227 
     228                        } catch (MissingResourceException e){ 
     229                                 
     230                        } 
     231                try { 
    224232                                node2EU = getMeasuredTime(createQuery(task, node2)) * getMeasuredPower(createQuery(task, node2)); 
    225233                        } catch (FileNotFoundException e) { 
Note: See TracChangeset for help on using the changeset viewer.