source:
xssim/branches/tpiontek/src/test/rewolucja/scheduling/queue/QueueListInterface.java
@
161
Revision 161, 128 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package test.rewolucja.scheduling.queue; |
2 | |
3 | import java.util.List; |
4 | |
5 | public interface QueueListInterface extends List<Queue>{ |
6 | |
7 | |
8 | |
9 | } |
Note: See TracBrowser
for help on using the repository browser.