source:
xssim/trunk/src/test/rewolucja/scheduling/UsedResourceList.java
@
170
Revision 170, 192 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package test.rewolucja.scheduling; |
2 | |
3 | import java.util.LinkedList; |
4 | |
5 | public 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.