diff dwtx/jface/text/source/SourceViewer.d @ 153:f70d9508c95c

Fix java Collection imports
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 00:27:31 +0200
parents 02cd5f1224d3
children 7926b636c282
line wrap: on
line diff
--- a/dwtx/jface/text/source/SourceViewer.d	Sun Aug 24 23:57:08 2008 +0200
+++ b/dwtx/jface/text/source/SourceViewer.d	Mon Aug 25 00:27:31 2008 +0200
@@ -77,8 +77,8 @@
 
 import dwt.dwthelper.utils;
 
-import java.util.Iterator;
-import java.util.Stack;
+import dwtx.dwtxhelper.Collection;
+
 
 import dwt.DWT;
 import dwt.graphics.Point;