Ignore:
Timestamp:
11/07/12 13:22:08 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r531 r569  
    9393                        } 
    9494 
    95                         ProcessingElements result = new ProcessingElements(); 
    96                         result.addAll(choosenResources); 
    97                         map.put(StandardResourceUnitName.PE, result); 
     95                        ProcessingElements pe = new ProcessingElements(); 
     96                        pe.addAll(choosenResources); 
     97                        map.put(StandardResourceUnitName.PE, pe); 
    9898                } 
    9999                return map; 
Note: See TracChangeset for help on using the changeset viewer.