comparison dwtx/jface/text/link/InclusivePositionUpdater.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 26688fec6d23
children
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
44 * @noextend This class is not intended to be subclassed by clients. 44 * @noextend This class is not intended to be subclassed by clients.
45 */ 45 */
46 public class InclusivePositionUpdater : IPositionUpdater { 46 public class InclusivePositionUpdater : IPositionUpdater {
47 47
48 /** The position category. */ 48 /** The position category. */
49 private final String fCategory; 49 private const String fCategory;
50 50
51 /** 51 /**
52 * Creates a new updater for the given <code>category</code>. 52 * Creates a new updater for the given <code>category</code>.
53 * 53 *
54 * @param category the new category. 54 * @param category the new category.