diff dwtx/jface/text/link/LinkedPositionGroup.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/link/LinkedPositionGroup.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/link/LinkedPositionGroup.d	Sun Aug 24 22:35:05 2008 +0200
@@ -66,7 +66,7 @@
 public class LinkedPositionGroup {
 
     /** Sequence constant declaring that a position should not be stopped by. */
-    public static final int NO_STOP= -1;
+    public static const int NO_STOP= -1;
 
     /* members */