Changeset 1344 for DCWoRMS/branches


Ignore:
Timestamp:
03/31/14 23:24:07 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/description/ComputingResourceDescription.java

    r1291 r1344  
    4646        private void initId(ComputingResource computingResource){ 
    4747                this.id = computingResource.getName() != null ? computingResource.getName() : type.getName(); 
    48                 if(computingResource.getCount() > 1 || computingResource.getName() == null){ 
     48                if(computingResource.getCount() >= 1 || computingResource.getName() == null){ 
    4949                        this.id = id + "_" + String.valueOf(ResourceIdGenerator.getId(type.getName())); 
    5050                } 
Note: See TracChangeset for help on using the changeset viewer.