- Timestamp:
- 11/26/13 11:56:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/DataCenter.java
r756 r1207 20 20 @SuppressWarnings("unchecked") 21 21 public List<ComputingNode> getComputingNodes(){ 22 return (List<ComputingNode>) getDescendantsByType(StandardResourceType. ComputingNode);22 return (List<ComputingNode>) getDescendantsByType(StandardResourceType.Node); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.