comparison dwtx/jface/text/JFaceTextUtil.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children 51e6e63f930e
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
175 * @since 3.3 175 * @since 3.3
176 * @noinstantiate This class is not intended to be instantiated by clients. 176 * @noinstantiate This class is not intended to be instantiated by clients.
177 */ 177 */
178 public final class JFaceTextUtil { 178 public final class JFaceTextUtil {
179 179
180 private JFaceTextUtil() { 180 private this() {
181 // Do not instantiate 181 // Do not instantiate
182 } 182 }
183 183
184 /** 184 /**
185 * Computes the line height for the given line range. 185 * Computes the line height for the given line range.