- Timestamp:
- 11/30/12 10:24:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsSP.java
r679 r680 7 7 public abstract class RecsSP extends BaseLocalSchedulingPlugin { 8 8 9 pr ivateTaskToApp taskToApp = new TaskToApp();9 protected TaskToApp taskToApp = new TaskToApp(); 10 10 11 11 protected void initApplicationType(TaskInterface<?> task){
Note: See TracChangeset
for help on using the changeset viewer.