It's now an interface
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPKeywords.java
index ccb5aa9..646a990 100644 (file)
@@ -16,7 +16,7 @@ import net.sourceforge.phpdt.core.compiler.ITerminalSymbols;
 /**
  * PHP keyWords and Token definitions
  */
-public class PHPKeywords implements ITerminalSymbols {
+public interface PHPKeywords extends ITerminalSymbols {
 
   public final static String[] PHP_KEYWORS =
     {