diff dwtx/jface/text/rules/BufferedRuleBasedScanner.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/rules/BufferedRuleBasedScanner.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/rules/BufferedRuleBasedScanner.d	Sun Aug 24 22:34:04 2008 +0200
@@ -54,7 +54,7 @@
 public class BufferedRuleBasedScanner : RuleBasedScanner {
 
     /** The default buffer size. Value = 500 */
-    private final static int DEFAULT_BUFFER_SIZE= 500;
+    private const static int DEFAULT_BUFFER_SIZE= 500;
     /** The actual size of the buffer. Initially set to <code>DEFAULT_BUFFER_SIZE</code> */
     private int fBufferSize= DEFAULT_BUFFER_SIZE;
     /** The buffer */