diff dwtx/jface/internal/text/html/HTML2TextReader.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 6dcb0baaa031
children 5cf141e43417
line wrap: on
line diff
--- a/dwtx/jface/internal/text/html/HTML2TextReader.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/internal/text/html/HTML2TextReader.d	Sun Aug 24 22:35:05 2008 +0200
@@ -45,9 +45,9 @@
  */
 public class HTML2TextReader : SubstitutionTextReader {
 
-    private static final String EMPTY_STRING= ""; //$NON-NLS-1$
-    private static final Map fgEntityLookup;
-    private static final Set fgTags;
+    private static const String EMPTY_STRING= ""; //$NON-NLS-1$
+    private static const Map fgEntityLookup;
+    private static const Set fgTags;
 
     static {