Ignore:
Timestamp:
08/24/11 14:56:46 (14 years ago)
Author:
mcichenski
Message:

List->ArrayList?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GanntChart.java

    r23 r24  
    136136                        AllocationDAO allocationDAO = factory.createAllocation(); 
    137137                         
    138                         List<Allocation> list = new List<Allocation>(); 
     138                        List<Allocation> list = new ArrayList<Allocation>(); 
    139139                         
    140140                        for (int i = 0; i < taskList.size(); i++) 
Note: See TracChangeset for help on using the changeset viewer.