fixed [ 1476637 ] 'create new file' with extension .html does not allow edits
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / extensions / IQuantumExtension.java
1 /*
2  * Created on 17/02/2004
3  *
4  */
5 package com.quantum.extensions;
6
7 /**
8  * @author panic
9  * A commom parent for the Quantum Extensions
10  */
11 public interface IQuantumExtension {
12
13 }