comparison org.eclipse.text/src/org/eclipse/jface/text/AbstractLineTracker.d @ 17:6f068362a363

Remove direct import of tango.text.convert.Format
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:09:23 +0100
parents c4b1a29263fc
children
comparison
equal deleted inserted replaced
16:dbfb303e8fb0 17:6f068362a363
73 import java.lang.all; 73 import java.lang.all;
74 import java.util.List; 74 import java.util.List;
75 import java.util.ArrayList; 75 import java.util.ArrayList;
76 import java.util.Iterator; 76 import java.util.Iterator;
77 import java.util.Set; 77 import java.util.Set;
78 import tango.text.convert.Format;
79 78
80 79
81 80
82 /** 81 /**
83 * Combines the information of the occurrence of a line delimiter. <code>delimiterIndex</code> 82 * Combines the information of the occurrence of a line delimiter. <code>delimiterIndex</code>