Changeset 255


Ignore:
Timestamp:
04/12/12 14:07:46 (13 years ago)
Author:
piontek
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/branches/tpiontek/src/test/rewolucja/resources/physical/base/ComputingResource.java

    r221 r255  
    140140        } 
    141141 
    142         public List<? extends ComputingResource> getDescendantsByTypeAndStatus(ResourceType type, ResourceStatus status) throws ResourceException { 
     142        public List<? extends ComputingResource> getDescendantsByTypeAndStatus(ResourceType type, ResourceStatus status) { 
    143143                List<ResourceValidator> validators = new ArrayList<ResourceValidator>(); 
    144144                validators.add(new ResourceStatusValidator(status)); 
Note: See TracChangeset for help on using the changeset viewer.