comparison dwtx/jface/text/reconciler/DirtyRegionQueue.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
46 private List fDirtyRegions= new ArrayList(); 46 private List fDirtyRegions= new ArrayList();
47 47
48 /** 48 /**
49 * Creates a new empty dirty region. 49 * Creates a new empty dirty region.
50 */ 50 */
51 public DirtyRegionQueue() { 51 public this() {
52 super(); 52 super();
53 } 53 }
54 54
55 /** 55 /**
56 * Adds a dirty region to the end of the dirty-region queue. 56 * Adds a dirty region to the end of the dirty-region queue.