diff dwtx/jface/text/ListLineTracker.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 25f1f92fa3df
line wrap: on
line diff
--- a/dwtx/jface/text/ListLineTracker.d	Sun Aug 24 23:57:08 2008 +0200
+++ b/dwtx/jface/text/ListLineTracker.d	Mon Aug 25 00:27:31 2008 +0200
@@ -156,8 +156,8 @@
 
 import dwt.dwthelper.utils;
 
-import java.util.ArrayList;
-import java.util.List;
+import dwtx.dwtxhelper.Collection;
+
 
 import dwtx.jface.text.AbstractLineTracker.DelimiterInfo;