source: DCWoRMS/trunk/src/schedframe/scheduling/UsedResourcesList.java @ 490

Revision 490, 204 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package schedframe.scheduling;
2
3import java.util.LinkedList;
4
5public class UsedResourcesList extends LinkedList<ResourceHistoryItem>{
6
7        /**
8         *
9         */
10        private static final long serialVersionUID = 1L;
11       
12}
Note: See TracBrowser for help on using the repository browser.