comparison 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
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
64 * @noextend This class is not intended to be subclassed by clients. 64 * @noextend This class is not intended to be subclassed by clients.
65 */ 65 */
66 public class LinkedPositionGroup { 66 public class LinkedPositionGroup {
67 67
68 /** Sequence constant declaring that a position should not be stopped by. */ 68 /** Sequence constant declaring that a position should not be stopped by. */
69 public static final int NO_STOP= -1; 69 public static const int NO_STOP= -1;
70 70
71 /* members */ 71 /* members */
72 72
73 /** The linked positions of this group. */ 73 /** The linked positions of this group. */
74 private const List fPositions= new LinkedList(); 74 private const List fPositions= new LinkedList();