Changeset 1265 for DCWoRMS/branches
- Timestamp:
- 12/19/13 13:31:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/manager/resources/ManagedComputingResources.java
r477 r1265 17 17 type = compRes.getType(); 18 18 } 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())) 20 22 return super.add(compRes); 21 return false; 23 return false;*/ 22 24 } 23 25
Note: See TracChangeset
for help on using the changeset viewer.