It's now an interface
authorkpouer <kpouer>
Thu, 27 Feb 2003 22:01:31 +0000 (22:01 +0000)
committerkpouer <kpouer>
Thu, 27 Feb 2003 22:01:31 +0000 (22:01 +0000)
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 =
     {