source: xssim/branches/tpiontek/src/test/rewolucja/scheduling/queue/QueueListInterface.java @ 161

Revision 161, 128 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.scheduling.queue;
2
3import java.util.List;
4
5public interface QueueListInterface extends List<Queue>{
6
7
8
9}
Note: See TracBrowser for help on using the repository browser.