fix "stack trace" from this post: http://phpeclipse.de/tiki-view_forum_thread.php ?
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / Sequence.java
1 package com.quantum.model;
2
3 /**
4  * @author BC
5  */
6 public interface Sequence extends Entity {
7
8 }