Changeset 255
- Timestamp:
- 04/12/12 14:07:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/branches/tpiontek/src/test/rewolucja/resources/physical/base/ComputingResource.java
r221 r255 140 140 } 141 141 142 public List<? extends ComputingResource> getDescendantsByTypeAndStatus(ResourceType type, ResourceStatus status) throws ResourceException{142 public List<? extends ComputingResource> getDescendantsByTypeAndStatus(ResourceType type, ResourceStatus status) { 143 143 List<ResourceValidator> validators = new ArrayList<ResourceValidator>(); 144 144 validators.add(new ResourceStatusValidator(status));
Note: See TracChangeset
for help on using the changeset viewer.