comparison dwtx/jface/text/revisions/Revision.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
54 private List fRanges= null; 54 private List fRanges= null;
55 55
56 /** 56 /**
57 * Creates a new revision. 57 * Creates a new revision.
58 */ 58 */
59 protected Revision() { 59 protected this() {
60 } 60 }
61 61
62 /** 62 /**
63 * Adds a line range to this revision. The range must be non-empty and have a legal start line 63 * Adds a line range to this revision. The range must be non-empty and have a legal start line
64 * (not -1). 64 * (not -1).