1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-04-22 02:03:07 +00:00
parent 6fe37c004e
commit ce76143abe

View file

@ -7,7 +7,7 @@
*
* Contributors:
* IBM Corporation - initial API and implementation
* Sergey Prigogin, Google
* Sergey Prigogin (Google)
*******************************************************************************/
package org.eclipse.cdt.internal.ui.text;
@ -16,7 +16,6 @@ import java.text.CharacterIterator;
import org.eclipse.core.runtime.Assert;
/**
* Breaks C text into word starts, also stops at line start and end. No
* direction dependency.
@ -26,7 +25,7 @@ import org.eclipse.core.runtime.Assert;
public class CWordIterator extends BreakIterator {
/**
* The underlying java break iterator. It returns all breaks, including
* The underlying C break iterator. It returns all breaks, including
* before and after every whitespace.
*/
private CBreakIterator fIterator;