The namespace fix would go into endless loop if you left the ; off the end of the...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / SchemaHolder.java
1 package com.quantum.model;
2
3 /**
4  * @author BC
5  */
6 public interface SchemaHolder {
7     public Schema getSchema();
8 }