From: khartlage <khartlage>
Date: Tue, 28 Jan 2003 20:49:28 +0000 (+0000)
Subject: misc changes
X-Git-Url: http://git.phpeclipse.com

misc changes
---

diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPSyntaxRdr.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPSyntaxRdr.java
index fc456a4..00e287c 100644
--- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPSyntaxRdr.java
+++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPSyntaxRdr.java
@@ -44,14 +44,14 @@ public class PHPSyntaxRdr {
   private static final String PHPSYNTAX_FILE = "phpsyntax.xml"; //$NON-NLS-1$
   private static final String USERSYNTAX_FILE = "usersyntax.xml"; //$NON-NLS-1$
   private static final String USERDEFAULT_FILE = "default-usersyntax.xml"; //$NON-NLS-1$
-  private static final String PHPSYNTAX_TAG = "phpsyntax";
-  private static final String KEYWORD_ATTR = "keyword";
-  private static final String TYPE_ATTR = "type";
-  private static final String CONSTANT_ATTR = "constant";
-  private static final String FN_ATTR = "function";
-  private static final String DESCRIPTION = "description";
-  private static final String USAGE_ATTR = "usage";
-  private static final String TOKENVAL_ATTR = "tokenval";
+  private static final String PHPSYNTAX_TAG = "phpsyntax"; //$NON-NLS-1$
+  private static final String KEYWORD_ATTR = "keyword"; //$NON-NLS-1$
+  private static final String TYPE_ATTR = "type"; //$NON-NLS-1$
+  private static final String CONSTANT_ATTR = "constant"; //$NON-NLS-1$
+  private static final String FN_ATTR = "function"; //$NON-NLS-1$
+  private static final String DESCRIPTION = "description"; //$NON-NLS-1$
+  private static final String USAGE_ATTR = "usage"; //$NON-NLS-1$
+  private static final String TOKENVAL_ATTR = "tokenval"; //$NON-NLS-1$
   private static IPreferenceStore store;
   private static boolean hasXMLFileBeenRead = true;