Changeset 1265 for DCWoRMS/branches


Ignore:
Timestamp:
12/19/13 13:31:02 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/scheduling/manager/resources/ManagedComputingResources.java

    r477 r1265  
    1717                        type = compRes.getType(); 
    1818                } 
    19                 if(type.getName().equals(compRes.getType().getName())) 
     19                return super.add(compRes); 
     20                //TODO Check whether it's works find for all cases 
     21                /*if(type.getName().equals(compRes.getType().getName())) 
    2022                        return super.add(compRes); 
    21                 return false; 
     23                return false;*/ 
    2224        } 
    2325 
Note: See TracChangeset for help on using the changeset viewer.