source: xssim/trunk/src/test/rewolucja/scheduling/UsedResourceList.java @ 170

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