comparison dwtx/jface/text/DocumentPartitioningChangedEvent.d @ 153:f70d9508c95c

Fix java Collection imports
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 00:27:31 +0200
parents 75302ef3f92f
children 1a5b8f8129df
comparison
equal deleted inserted replaced
152:07f3bab17e54 153:f70d9508c95c
154 import dwtx.jface.text.ITypedRegion; // packageimport 154 import dwtx.jface.text.ITypedRegion; // packageimport
155 155
156 156
157 import dwt.dwthelper.utils; 157 import dwt.dwthelper.utils;
158 158
159 import java.util.HashMap; 159 import dwtx.dwtxhelper.Collection;
160 import java.util.Iterator; 160
161 import java.util.Map; 161
162 162
163 import dwtx.core.runtime.Assert; 163 import dwtx.core.runtime.Assert;
164 164
165 /** 165 /**
166 * Event describing the change of document partitionings. 166 * Event describing the change of document partitionings.