comparison dwtx/jface/text/DocumentRewriteSession.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 26688fec6d23
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
172 /** 172 /**
173 * Prohibit package external object creation. 173 * Prohibit package external object creation.
174 * 174 *
175 * @param sessionType the type of this session 175 * @param sessionType the type of this session
176 */ 176 */
177 protected DocumentRewriteSession(DocumentRewriteSessionType sessionType) { 177 protected this(DocumentRewriteSessionType sessionType) {
178 fSessionType= sessionType; 178 fSessionType= sessionType;
179 } 179 }
180 180
181 /** 181 /**
182 * Returns the type of this session. 182 * Returns the type of this session.