Could not show completion list as expected on line 1 and 2.
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / view / LogConstants.java
1 package com.quantum.view;
2
3 public interface LogConstants {
4         public int QUERY = 1;
5         public int ERROR = 2;
6         public int RESULTS = 3;
7         public int WARNING = 4;
8         public int DEFAULT = 5;
9 }