Ignore:
Timestamp:
11/07/12 14:39:52 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/FCFSBF_ClusterPlugin.java

    r572 r573  
    148148                // properties.setProperty("status", ResourceStatus.FREE.toString()); 
    149149                nodes = (List<ComputingResource>) unitsManager.filterResources(properties); 
     150                 
     151                //always return the same node from the list 
    150152                return nodes.get(0).getName(); 
    151153        } 
Note: See TracChangeset for help on using the changeset viewer.