- Timestamp:
- 02/26/13 08:41:50 (12 years ago)
- Location:
- DCWoRMS/branches/coolemall
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/tasks/Processes.java
r481 r883 41 41 CountType countType = choice.getProcessesCount(); 42 42 if(countType != null) { 43 return countType.getValue().getContent() .intValue();43 return countType.getValue().getContent(); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.