comparison dwtx/jface/text/formatter/FormattingContextProperties.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 000f9136b8f7
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
83 public static final String CONTEXT_MEDIUM= "formatting.context.medium"; //$NON-NLS-1$ 83 public static final String CONTEXT_MEDIUM= "formatting.context.medium"; //$NON-NLS-1$
84 84
85 /** 85 /**
86 * Ensure that this class cannot be instantiated. 86 * Ensure that this class cannot be instantiated.
87 */ 87 */
88 private FormattingContextProperties() { 88 private this() {
89 } 89 }
90 } 90 }