Ignore:
Timestamp:
02/26/13 08:41:50 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/scheduling/tasks/Processes.java

    r481 r883  
    4141                CountType countType = choice.getProcessesCount(); 
    4242                if(countType != null) { 
    43                         return countType.getValue().getContent().intValue(); 
     43                        return countType.getValue().getContent(); 
    4444                }  
    4545                 
Note: See TracChangeset for help on using the changeset viewer.