comparison dwtx/jface/text/AbstractDocument.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 26688fec6d23
children eb21d3dfc767
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
202 202
203 /** 203 /**
204 * Tells whether this class is in debug mode. 204 * Tells whether this class is in debug mode.
205 * @since 3.1 205 * @since 3.1
206 */ 206 */
207 private static final bool DEBUG= false; 207 private static const bool DEBUG= false;
208 208
209 209
210 /** 210 /**
211 * Inner class to bundle a registered post notification replace operation together with its 211 * Inner class to bundle a registered post notification replace operation together with its
212 * owner. 212 * owner.