comparison dwtx/jface/internal/text/NonDeletingPositionUpdater.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
36 * 36 *
37 * @since 3.1 37 * @since 3.1
38 */ 38 */
39 public final class NonDeletingPositionUpdater : IPositionUpdater { 39 public final class NonDeletingPositionUpdater : IPositionUpdater {
40 /** The position category. */ 40 /** The position category. */
41 private final String fCategory; 41 private const String fCategory;
42 42
43 /** 43 /**
44 * Creates a new updater for the given <code>category</code>. 44 * Creates a new updater for the given <code>category</code>.
45 * 45 *
46 * @param category the new category. 46 * @param category the new category.