comparison dwtx/jface/text/source/AnnotationMap.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 02cd5f1224d3
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
110 /** 110 /**
111 * Creates a new annotation map with the given capacity. 111 * Creates a new annotation map with the given capacity.
112 * 112 *
113 * @param capacity the capacity 113 * @param capacity the capacity
114 */ 114 */
115 public AnnotationMap(int capacity) { 115 public this(int capacity) {
116 fInternalMap= new HashMap(capacity); 116 fInternalMap= new HashMap(capacity);
117 } 117 }
118 118
119 /* 119 /*
120 * @see dwtx.jface.text.source.ISynchronizable#setLockObject(java.lang.Object) 120 * @see dwtx.jface.text.source.ISynchronizable#setLockObject(java.lang.Object)